From 06ae8ba52ae81a6ba5a5e1f5d2e0b6d75c2852cf Mon Sep 17 00:00:00 2001 From: David Senk Date: Fri, 6 Sep 2024 19:05:13 -0400 Subject: [PATCH] android bundle id change --- android/app/build.gradle | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/android/app/build.gradle b/android/app/build.gradle index fbef7b0..259b535 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -6,7 +6,7 @@ plugins { } android { - namespace = "net.ything.radio.ything_radio" + namespace = "net.ything.radio.android" //compileSdk = flutter.compileSdkVersion compileSdk = 34 ndkVersion = flutter.ndkVersion @@ -22,7 +22,7 @@ android { defaultConfig { // TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). - applicationId = "net.ything.radio.ything_radio" + applicationId = "net.ything.radio.android" // 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