0 Star 3 Fork 2

吕不懂 / xldUtils

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 1.83 KB
一键复制 编辑 原始数据 按行查看 历史
吕不懂 提交于 2017-09-25 10:49 . xldUtils
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "23.0.3"
defaultConfig {
minSdkVersion 9
targetSdkVersion 23
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
lintOptions{
abortOnError false
}
sourceSets {
main {
jniLibs.srcDirs = ['libs']
}
}
splits {
abi {
enable true
reset()
include 'armeabi'
universalApk false
}
}
}
def SUPPORT_VERSION = "23.4.0";
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
// compile 'com.github.johnpersano:supertoasts:1.3.4@aar'
compile "com.android.support:appcompat-v7:${SUPPORT_VERSION}"
compile "com.android.support:recyclerview-v7:${SUPPORT_VERSION}"
compile "com.android.support:cardview-v7:${SUPPORT_VERSION}"
compile "com.android.support:support-v4:${SUPPORT_VERSION}"
compile "com.android.support:design:${SUPPORT_VERSION}"
compile 'com.facebook.fresco:fresco:0.12.0'
compile 'com.squareup.okhttp3:okhttp:3.4.1'
compile 'com.yqritc:recyclerview-flexibledivider:1.2.6'
compile 'com.jakewharton:butterknife:8.0.1'
//retrofit2
compile 'com.squareup.retrofit2:retrofit:2.0.2'
compile 'com.squareup.retrofit2:converter-gson:2.0.2'
compile 'com.squareup.retrofit2:adapter-rxjava:2.0.2'
//rxAndroid
compile 'io.reactivex:rxandroid:1.2.1'
compile 'io.reactivex:rxjava:1.2.3'
compile 'com.google.code.gson:gson:2.6.2'
// compile 'com.trello:rxlifecycle:0.6.1'
}
Java
1
https://gitee.com/youknow./xldUtils.git
git@gitee.com:youknow./xldUtils.git
youknow.
xldUtils
xldUtils
master

搜索帮助