magic_box_2/RefreshRecyclerView/build.gradle
Yutousama 73274d6b8d 2.3
更新TBS服务sdk
更新广点通sdk
更新友盟sdk
更新glide框架
修复mod页面低栏在全面屏异常显示问题
修复Android10闪退问题
允许在没有权限的情况下使用盒子
将jianRMG文件夹移至私有目录中
2019-11-18 16:01:01 +08:00

49 lines
1.4 KiB
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 15
targetSdkVersion 25
versionCode 6
versionName "1.3.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
implementation 'androidx.recyclerview:recyclerview:1.0.0'
}
ext {
bintrayRepo = 'maven'
bintrayName = 'refresh-recycler-view' //bintray上的项目名
publishedGroupId = 'cn.lemon'
artifact = 'RefreshRecyclerView'
libraryVersion = '1.4.1'
siteUrl = 'https://github.com/llxdaxia/RefreshRecyclerView'
gitUrl = 'https://github.com/llxdaxia/RefreshRecyclerView.git'
libraryName = 'RefreshRecyclerView' //项目名字,没什么用
libraryDescription = 'A pull refresh , push load more data for RecyclerView' //项目描述,没什么用
developerId = 'Lemon'
developerName = 'Lemon'
developerEmail = 'daxiallx@gmail.com'
licenseName = 'The Apache Software License, Version 2.0'
licenseUrl = 'http://www.apache.org/licenses/LICENSE-2.0.txt'
allLicenses = ["Apache-2.0"]
}
//apply from: 'https://raw.githubusercontent.com/llxdaxia/GradleScript/master/install_v1.gradle'
//apply from: 'https://raw.githubusercontent.com/llxdaxia/GradleScript/master/bintray_v1.gradle'