Browse Source

Set app name to "Eden Optimised" for Optimised build.

This commit updates the 'genshinSpoof' build flavour to display "Eden Optimised" as the app name by setting 'resValue("string", "app_name_suffixed", "Eden Optimised")'. This helps differentiate the optimised spoofed build from other versions.

Signed-off-by: Bix <bix@bixed.xyz>
pull/101/head
Bix 8 months ago
committed by crueter
parent
commit
bdbaeb2d9b
  1. 3
      src/android/app/build.gradle.kts

3
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")
}
}
}

Loading…
Cancel
Save