Files
Xuewang365OSHonor/niceimageview/build.gradle
tongtongstudio 5074854c40 build: update agp android gradle version
update agp to 8.13.2,update gradle to 8.13,add build.gradle namespace,use android studio panda 4
2026-06-12 18:44:30 +08:00

35 lines
639 B
Groovy

apply plugin: 'com.android.library'
android {
namespace "com.shehuan.niv"
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'
}