代码拉取完成,页面将自动刷新
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'
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。