[android] Update applicationId to legacy

This commit is contained in:
Bixthefin 2025-07-18 13:05:29 +01:00 committed by crueter
parent eb3d0cf0d2
commit 015d8c3b74
Signed by: crueter
GPG key ID: 425ACD2D4830EBC6

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