Fixed build errors hopefully.
All checks were successful
eden-license / license-header (pull_request) Successful in 43s
All checks were successful
eden-license / license-header (pull_request) Successful in 43s
Signed-off-by: Bix <bix@bixed.xyz>
This commit is contained in:
parent
bdbaeb2d9b
commit
01e5e4c9f6
1 changed files with 2 additions and 2 deletions
|
@ -60,7 +60,7 @@ android {
|
||||||
// TODO If this is ever modified, change application_id in strings.xml
|
// TODO If this is ever modified, change application_id in strings.xml
|
||||||
applicationId = "dev.eden.eden_emulator"
|
applicationId = "dev.eden.eden_emulator"
|
||||||
minSdk = 30
|
minSdk = 30
|
||||||
targetSdk = 35
|
targetSdk = 36
|
||||||
versionName = getGitVersion()
|
versionName = getGitVersion()
|
||||||
|
|
||||||
versionCode = autoVersion
|
versionCode = autoVersion
|
||||||
|
@ -150,8 +150,8 @@ android {
|
||||||
|
|
||||||
create("genshinSpoof") {
|
create("genshinSpoof") {
|
||||||
dimension = "version"
|
dimension = "version"
|
||||||
applicationId = "com.miHoYo.Yuanshen" // Package name used to trigger device features
|
|
||||||
resValue("string", "app_name_suffixed", "Eden Optimised")
|
resValue("string", "app_name_suffixed", "Eden Optimised")
|
||||||
|
applicationId = "com.miHoYo.Yuanshen"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue