[android] Update applicationId to legacy

This commit is contained in:
Bixthefin 2025-07-18 13:05:29 +01:00 committed by bix
parent 85f9d0338e
commit f278256e06

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()