Add debug_mode resValue
This commit is contained in:
parent
99b1c0bed4
commit
26ae034ba9
|
@ -43,7 +43,13 @@ android {
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
}
|
}
|
||||||
buildTypes {
|
buildTypes {
|
||||||
|
debug {
|
||||||
|
resValue "bool", "debug_mode", "true"
|
||||||
|
}
|
||||||
|
|
||||||
release {
|
release {
|
||||||
|
resValue "bool", "debug_mode", "false"
|
||||||
|
|
||||||
minifyEnabled false
|
minifyEnabled false
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue