From d59b2afe372c98097beff3068768eb4e64223550 Mon Sep 17 00:00:00 2001 From: austinried <4966622+austinried@users.noreply.github.com> Date: Sat, 18 Oct 2025 15:02:43 +0900 Subject: [PATCH] temp use a different app ID --- android/app/build.gradle.kts | 4 ++-- android/app/src/main/AndroidManifest.xml | 2 +- .../src/main/kotlin/com/example/subtracks_2/MainActivity.kt | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/android/app/build.gradle.kts b/android/app/build.gradle.kts index 71979fa..7aa71b4 100644 --- a/android/app/build.gradle.kts +++ b/android/app/build.gradle.kts @@ -6,7 +6,7 @@ plugins { } android { - namespace = "com.subtracks2" + namespace = "com.subtracks2_1" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion @@ -20,7 +20,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID // (https://developer.android.com/studio/build/application-id.html). - applicationId = "com.subtracks2" + applicationId = "com.subtracks2_1" // You can update the following values to match your application needs. // For more information, see: https://flutter.dev/to/review-gradle-config. minSdk = flutter.minSdkVersion diff --git a/android/app/src/main/AndroidManifest.xml b/android/app/src/main/AndroidManifest.xml index 909a3ee..79e6cd2 100644 --- a/android/app/src/main/AndroidManifest.xml +++ b/android/app/src/main/AndroidManifest.xml @@ -1,6 +1,6 @@