Debug and release app name
This commit is contained in:
parent
d013d2ff23
commit
a7c2d86a55
2 changed files with 4 additions and 1 deletions
|
|
@ -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'
|
||||
|
|
|
|||
|
|
@ -1,3 +1,3 @@
|
|||
<resources>
|
||||
<string name="app_name">ElementX</string>
|
||||
|
||||
</resources>
|
||||
Loading…
Add table
Add a link
Reference in a new issue