Browse Source

Fixed build errors hopefully.

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

4
src/android/app/build.gradle.kts

@ -60,7 +60,7 @@ android {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "dev.eden.eden_emulator"
minSdk = 30
targetSdk = 35
targetSdk = 36
versionName = getGitVersion()
versionCode = autoVersion
@ -150,8 +150,8 @@ android {
create("genshinSpoof") {
dimension = "version"
applicationId = "com.miHoYo.Yuanshen" // Package name used to trigger device features
resValue("string", "app_name_suffixed", "Eden Optimised")
applicationId = "com.miHoYo.Yuanshen"
}
}
}

Loading…
Cancel
Save