[android] Update applicationId to legacy

This commit is contained in:
Bixthefin 2025-07-18 13:05:29 +01:00 committed by Calchan
parent 89653aec7a
commit 60b7d6169c

View file

@ -58,7 +58,7 @@ android {
defaultConfig {
// TODO If this is ever modified, change application_id in strings.xml
applicationId = "dev.eden.eden_emulator"
applicationId = "dev.legacy.eden_emulator"
minSdk = 30
targetSdk = 36
versionName = getGitVersion()