diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 8fc4a82088..1e53cc500e 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -150,7 +150,8 @@ android { create("genshinSpoof") { dimension = "version" - applicationId = "com.miHoYo.Yuanshen" + applicationId = "com.miHoYo.Yuanshen" // Package name used to trigger device features + resValue("string", "app_name_suffixed", "Eden Optimised") } } }