From b1fac41a94d04d6dec40cf1b1ff77bb5d1d9d09c Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Fri, 22 Nov 2024 11:23:14 +0000 Subject: [PATCH] android: Changed application ID to that of Lime3DS This is to allow preserving the existing play store listing --- src/android/app/build.gradle.kts | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/android/app/build.gradle.kts b/src/android/app/build.gradle.kts index 9b7c3fe31..de75236d9 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -60,8 +60,9 @@ android { } defaultConfig { - // TODO If this is ever modified, change application_id in strings.xml - applicationId = "org.citra.citra_emu" + // 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.Lime3DS" minSdk = 28 targetSdk = 35 versionCode = autoVersion