Debug and release app name

This commit is contained in:
Benoit Marty
2022-11-18 16:58:19 +01:00
parent 49a43aad6d
commit d6861f7fb7
2 changed files with 4 additions and 1 deletions

View File

@@ -22,10 +22,13 @@ android {
buildTypes {
debug {
resValue "string", "app_name", "ElementX dbg"
applicationIdSuffix ".debug"
signingConfig signingConfigs.debug
}
release {
resValue "string", "app_name", "ElementX"
signingConfig signingConfigs.debug
minifyEnabled false
proguardFiles getDefaultProguardFile('proguard-android-optimize.txt'), 'proguard-rules.pro'

View File

@@ -1,3 +1,3 @@
<resources>
<string name="app_name">ElementX</string>
</resources>