Resolve app name in build.gradle

This commit is contained in:
TacoTheDank
2020-12-26 19:05:41 -05:00
parent 22fbbd3341
commit a21e9f142c
2 changed files with 2 additions and 1 deletions

View File

@@ -24,9 +24,11 @@ android {
release {
minifyEnabled true
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
resValue "string", "app_name", "Catima"
}
debug {
applicationIdSuffix ".debug"
resValue "string", "app_name", "Catima Debug"
}
}

View File

@@ -2,7 +2,6 @@
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
xmlns:tools="http://schemas.android.com/tools">
<string name="app_name" translatable="false">Catima</string>
<string name="action_search">Search</string>
<string name="action_add">Add</string>