Remove the warning saying the app name is being replaced on benchmark.
This commit is contained in:
@@ -108,7 +108,6 @@ android {
|
|||||||
release {
|
release {
|
||||||
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro'
|
proguardFiles getDefaultProguardFile("proguard-android-optimize.txt"), 'proguard-rules.pro'
|
||||||
minifyEnabled true
|
minifyEnabled true
|
||||||
resValue "string", "app_name", "@string/app_name_release"
|
|
||||||
}
|
}
|
||||||
debug {
|
debug {
|
||||||
applicationIdSuffix '.debug'
|
applicationIdSuffix '.debug'
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
<resources>
|
<resources>
|
||||||
<string name="app_name_release">Amethyst</string>
|
<string name="app_name">Amethyst</string>
|
||||||
<string name="app_name_debug">Amy Debug</string>
|
<string name="app_name_debug">Amy Debug</string>
|
||||||
<string name="app_name_benchmark">Amy Benchmark</string>
|
<string name="app_name_benchmark">Amy Benchmark</string>
|
||||||
</resources>
|
</resources>
|
||||||
Reference in New Issue
Block a user