mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-08-07 05:44:43 -04:00
Resolve app name in build.gradle
This commit is contained in:
1 parent
22fbbd3341
commit
a21e9f142c
2 files changed
+2
-1
No files matched your search
@@ -24,9 +24,11 @@ android {
|
|||||||
release {
|
release {
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile('proguard-android.txt'), 'proguard-rules.pro'
|
||||||
|
resValue "string", "app_name", "Catima"
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix ".debug"
|
applicationIdSuffix ".debug"
|
||||||
|
resValue "string", "app_name", "Catima Debug"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,6 @@
|
|||||||
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
|
xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2"
|
||||||
xmlns:tools="http://schemas.android.com/tools">
|
xmlns:tools="http://schemas.android.com/tools">
|
||||||
|
|
||||||
<string name="app_name" translatable="false">Catima</string>
|
|
||||||
<string name="action_search">Search</string>
|
<string name="action_search">Search</string>
|
||||||
<string name="action_add">Add</string>
|
<string name="action_add">Add</string>
|
||||||
|
|
||||||
|
|||||||
Reference in new issue
Block a user