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 @@