mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-21 17:05:39 +03:00
Add debug_mode resValue
This commit is contained in:
parent
99b1c0bed4
commit
26ae034ba9
1 changed files with 6 additions and 0 deletions
|
@ -43,7 +43,13 @@ android {
|
|||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||
}
|
||||
buildTypes {
|
||||
debug {
|
||||
resValue "bool", "debug_mode", "true"
|
||||
}
|
||||
|
||||
release {
|
||||
resValue "bool", "debug_mode", "false"
|
||||
|
||||
minifyEnabled false
|
||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue