android: Change appID

This commit is contained in:
Briar 2025-04-01 18:44:45 +02:00
parent 8364ab1b00
commit 55d6b40fe3

View file

@ -54,7 +54,7 @@ android {
defaultConfig { defaultConfig {
// 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 = "org.yuzu.yuzu_emu" applicationId = "dev.eden.eden_emulator"
minSdk = 30 minSdk = 30
targetSdk = 35 targetSdk = 35
versionName = getGitVersion() versionName = getGitVersion()