2 Star 0 Fork 0

andyhome/sdk_app

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
build.gradle 932 Bytes
一键复制 编辑 原始数据 按行查看 历史
血骨芳香 提交于 2019-05-08 10:10 +08:00 . 1.升级dialog版本
apply plugin: 'com.android.library'
android {
compileSdkVersion 25
buildToolsVersion '28.0.3'
defaultConfig {
minSdkVersion 17
targetSdkVersion 24
versionCode 1
versionName "1.0"
}
buildTypes {
release {
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
}
}
}
dependencies {
api fileTree(dir: 'libs', include: ['*.jar'])
api project(':sdk')
api 'com.android.support:appcompat-v7:25.4.0'
api 'com.android.support:support-v4:25.4.0'
api 'com.nineoldandroids:library:2.4.0'
api 'com.kaopiz:kprogresshud:1.2.0'
api 'com.squareup.picasso:picasso:2.5.2'
api group: 'commons-io', name: 'commons-io', version: '2.5'
// implementation 'com.github.bumptech.glide:glide:3.7.0'
// implementation 'com.github.bumptech.glide:okhttp-integration:1.3.1'
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/itest/sdk_app.git
git@gitee.com:itest/sdk_app.git
itest
sdk_app
sdk_app
master

搜索帮助