Files
ElderlyDialer/niceimageview/build.gradle
2025-10-20 21:30:28 +08:00

49 lines
1.0 KiB
Groovy

apply plugin: 'com.android.library'
android {
compileSdkVersion 28
defaultConfig {
minSdkVersion 14
targetSdkVersion 28
}
buildTypes {
iPlay50PDebug {}
iPlay50PRelease {}
U807Debug {}
U807Release {}
iPlay50Debug {}
iPlay50Release {}
zhanRuiDebug {}
zhanRuiRelease {}
iPlay50SEDebug {}
iPlay50SERelease {}
iPlay50ProDebug {}
iPlay50ProRelease {}
T1102Debug {}
T1102Release {}
iPlay50miniDebug {}
iPlay50miniRelease {}
iPlay5013Debug {}
iPlay5013Release {}
iPlay50miniProDebug {}
iPlay50miniProRelease {}
XPadDebug {}
XPadRelease {}
teclast8183Debug {}
teclast8183Release {}
G10PDebug {}
G10PRelease {}
debug {}
release {}
}
}
dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
implementation 'com.android.support:appcompat-v7:28.0.0'
}