From fc6a410dfaf30647ae60e5c7e9ba3d3dcfd6ca27 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Thu, 12 Mar 2026 20:31:31 +0000 Subject: [PATCH] android: Separate package IDs for build variants --- src/android/app/build.gradle.kts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 0973a34c7..5e2dc1960 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -63,7 +63,7 @@ android { defaultConfig { // The application ID refers to Lime3DS to allow for // the Play Store listing, which was originally set up for Lime3DS, to still be used. - applicationId = "io.github.lime3ds.android" + applicationId = "org.azahar_emu.azahar" minSdk = 29 targetSdk = 35 versionCode = autoVersion @@ -173,6 +173,7 @@ android { register("googlePlay") { dimension = "version" versionNameSuffix = "-googleplay" + applicationId = "io.github.lime3ds.android" } }