Browse Source

[Android] Updated app name from "eden" to "Eden". (#256)

Signed-off-by: Bix <bix@bixed.xyz>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/256
Kernel
Bix 6 months ago
parent
commit
64fe103afd
No known key found for this signature in database GPG Key ID: BA8734FD0EE46976
  1. 2
      src/android/app/build.gradle.kts

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

@ -103,7 +103,7 @@ android {
signingConfigs.getByName("default")
}
resValue("string", "app_name_suffixed", "eden")
resValue("string", "app_name_suffixed", "Eden")
isMinifyEnabled = true
isDebuggable = false
proguardFiles(

Loading…
Cancel
Save