1 Star 0 Fork 15

L/jf-android

forked from 天蓝/jf-android 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build.gradle 1.30 KB
一键复制 编辑 原始数据 按行查看 历史
天蓝 提交于 2016-02-01 16:12 . init
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion '23.0.2'
defaultConfig {
minSdkVersion 15
targetSdkVersion 23
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
debug {
minifyEnabled false
}
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
abortOnError false
}
}
dependencies {
compile fileTree(include: ['*.jar'], dir: 'libs')
compile 'com.android.support:appcompat-v7:23.1.1'
compile 'com.android.support:recyclerview-v7:23.1.1'
compile 'com.mcxiaoke.volley:library:1.0.16'
compile 'com.google.code.gson:gson:2.4'
compile 'org.apache.commons:commons-compress:1.9'
compile 'org.apache.commons:commons-lang3:3.4'
compile 'com.jakewharton:butterknife:7.0.0'
compile 'org.slf4j:slf4j-api:1.7.12'
compile 'com.github.tony19:logback-android-core:1.1.1-4'
compile 'com.github.tony19:logback-android-classic:1.1.1-4'
compile 'de.greenrobot:eventbus:2.4.0'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/kyzone/jf-android.git
git@gitee.com:kyzone/jf-android.git
kyzone
jf-android
jf-android
master

搜索帮助