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:
parent
b2b993b665
commit
bdbaeb2d9b
1 changed files with 2 additions and 1 deletions
|
@ -150,7 +150,8 @@ android {
|
||||||
|
|
||||||
create("genshinSpoof") {
|
create("genshinSpoof") {
|
||||||
dimension = "version"
|
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…
Add table
Add a link
Reference in a new issue