From 75bed895cfec171c3db3b92a6b287fa0bce95618 Mon Sep 17 00:00:00 2001 From: OpenSauce04 Date: Fri, 28 Feb 2025 23:57:42 +0000 Subject: [PATCH] android: Update app ID to match Lime3DS Play Store ID I seemingly attempted to do this before, did it wrong, and then committed it by accident. Whoops! --- 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 de75236d9..5a1ef0502 100644 --- a/src/android/app/build.gradle.kts +++ b/src/android/app/build.gradle.kts @@ -62,7 +62,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.Lime3DS" + applicationId = "io.github.lime3ds.android" minSdk = 28 targetSdk = 35 versionCode = autoVersion