Files
XiaoxintongSystemOS/niceimageview/build.gradle
Fanhuitong 6540365e9f version:2.3
fix:
update:接口优化,更换图标,增加可折叠TextView
2023-01-09 10:01:19 +08:00

30 lines
539 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
MTKAndroid12Debug{}
MTKAndroid12Release{}
zhanRuiDebug {}
zhanRuiRelease {}
zhanRuiUserdebug{}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}