Files
Xuewang365OSNeutral/niceimageview/build.gradle
tongtongstudio 99f596e271 version:2.0.9
bugfixes:
update:增加iplay50p平台,退出放在个人中心
2025-09-24 18:36:21 +08:00

33 lines
606 B
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
versionCode 1
versionName "1.0"
}
buildTypes {
iPlay50PDebug {}
iPlay50PRelease {}
MTKT1102Debug {}
MTKT1102Release {}
U807Debug {}
U807Release {}
iPlay50SEDebug {}
iPlay50SERelease {}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}