Files
ElderlyDialer/niceimageview/build.gradle
tongtongstudio 6baa7155ba style: update agp android gradle version
update agp to 8.13.2,update gradle to 8.13,add build.gradle namespace
2026-05-08 16:57:42 +08:00

29 lines
495 B
Groovy

apply plugin: 'com.android.library'
android {
namespace "com.shehuan.niv"
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
}
buildTypes {
zhanRuiDebug {}
zhanRuiRelease {}
CrosshatchDebug {}
CrosshatchRelease {}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}