18 Star 36 Fork 10

Exception/PLib

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 913 Bytes
一键复制 编辑 原始数据 按行查看 历史
Exception 提交于 2016-06-16 13:00 . version code
apply plugin: 'com.android.library'
android {
compileSdkVersion 23
buildToolsVersion "21.1.2"
defaultConfig {
minSdkVersion 14
targetSdkVersion 23
versionCode 16
versionName "1.6"
}
compileOptions {
sourceCompatibility JavaVersion.VERSION_1_7
targetCompatibility JavaVersion.VERSION_1_7
}
lintOptions {
abortOnError false
}
}
apply plugin: 'com.neenbedankt.android-apt'
def AAVersion = '4.0.0'
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
compile 'com.android.support:support-v4:23.3.0'
compile "org.androidannotations:androidannotations-api:$AAVersion"
compile 'com.facebook.fresco:fresco:0.8.1'
compile 'com.google.code.gson:gson:2.6.2'
compile 'com.squareup.okhttp3:okhttp:3.3.1'
compile 'org.greenrobot:eventbus:3.0.0'
compile 'com.jakewharton:disklrucache:2.0.2'
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/pocketdigi/PLib.git
git@gitee.com:pocketdigi/PLib.git
pocketdigi
PLib
PLib
v1.6

搜索帮助