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