Remove the warning saying the app name is being replaced on benchmark.

This commit is contained in:
Vitor Pamplona
2025-04-09 16:28:18 -04:00
parent e883a46f53
commit 652373bd01
2 changed files with 1 additions and 2 deletions
-1
View File
@@ -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>