24 min sdk for debug version

backend_nfc
Serik.Uvaissov 2020-07-23 15:29:43 +06:00
parent cb2e5093ca
commit adc323f383
1 changed files with 8 additions and 0 deletions

View File

@ -66,6 +66,14 @@ android {
all {
buildConfigField ("String[]", "SUPPORTED_DEVICES", collectSupportedDevicesToArray())
}
debug {
applicationIdSuffix ".debug"
versionNameSuffix "-debug"
//resValue "string", "app_name", "Aman Kassa (debug)"
defaultConfig {
minSdkVersion 24
}
}
release {
minifyEnabled false
signingConfig signingConfigs.release