From 652373bd0123f67b4b9c77fe4f96f2b10f49fc7d Mon Sep 17 00:00:00 2001 From: Vitor Pamplona Date: Wed, 9 Apr 2025 16:28:18 -0400 Subject: [PATCH] Remove the warning saying the app name is being replaced on benchmark. --- amethyst/build.gradle | 1 - amethyst/src/androidTest/res/values/strings.xml | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/amethyst/build.gradle b/amethyst/build.gradle index 75d9ca054..8a22cb0f6 100644 --- a/amethyst/build.gradle +++ b/amethyst/build.gradle @@ -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' diff --git a/amethyst/src/androidTest/res/values/strings.xml b/amethyst/src/androidTest/res/values/strings.xml index 024194479..7e708a999 100644 --- a/amethyst/src/androidTest/res/values/strings.xml +++ b/amethyst/src/androidTest/res/values/strings.xml @@ -1,5 +1,5 @@ - Amethyst + Amethyst Amy Debug Amy Benchmark \ No newline at end of file