From c07df1160941c849bc6275a6127bcbcbee501931 Mon Sep 17 00:00:00 2001 From: Bixthefin <114880614+Bixthefin@users.noreply.github.com> Date: Fri, 18 Jul 2025 13:05:29 +0100 Subject: [PATCH] [android] Update applicationId to legacy --- src/android/app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 8fc4a82088..295e2e971a 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -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()