[android] Update applicationId to legacy

This commit is contained in:
Bixthefin 2025-07-18 13:05:29 +01:00
parent ac89ffae9f
commit c07df11609
No known key found for this signature in database
GPG key ID: CF241150D9136786

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 = 35
versionName = getGitVersion()