mirror of
https://github.com/element-hq/element-android
synced 2024-11-23 18:05:36 +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"
|
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 a new issue