1 Star 0 Fork 209

硅谷海盗/SmartRefreshLayout

forked from 树朾/SmartRefreshLayout 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.21 KB
一键复制 编辑 原始数据 按行查看 历史
apply plugin: 'com.android.library'
//apply plugin: 'com.novoda.bintray-release'
android {
compileSdkVersion 33
defaultConfig {
minSdkVersion 21
targetSdkVersion 33
versionCode 1
versionName "1.0"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions {
abortOnError false
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.google.android.material:material:1.7.0'
compileOnly project(':refresh-layout-kernel')
compileOnly project(':refresh-footer-ball')
compileOnly project(':refresh-header-falsify')
compileOnly project(':refresh-header-radar')
compileOnly project(':refresh-header-two-level')
}
//
//publish {
// userOrg = SMART_USER
// groupId = 'com.scwang.smartrefresh'
// artifactId = 'SmartRefreshLayout'
// publishVersion = SMART_VERSION
// desc = 'An intelligent refresh layout'
// website = "https://github.com/scwang90/${rootProject.name}"
//}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/shamohaidao/SmartRefreshLayout.git
git@gitee.com:shamohaidao/SmartRefreshLayout.git
shamohaidao
SmartRefreshLayout
SmartRefreshLayout
main

搜索帮助