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>
This commit is contained in:
Bix 2025-07-23 12:55:31 +02:00 committed by crueter
parent b2b993b665
commit bdbaeb2d9b

View file

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