[android] Update applicationId to legacy

This commit is contained in:
Bixthefin 2025-07-18 13:05:29 +01:00 committed by crueter
parent a78233b233
commit 1e4d248e26

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 = 28
targetSdk = 36
versionName = getGitVersion()