android bundle id change

This commit is contained in:
2024-09-06 19:05:13 -04:00
parent 8266026263
commit 06ae8ba52a

View File

@@ -6,7 +6,7 @@ plugins {
} }
android { android {
namespace = "net.ything.radio.ything_radio" namespace = "net.ything.radio.android"
//compileSdk = flutter.compileSdkVersion //compileSdk = flutter.compileSdkVersion
compileSdk = 34 compileSdk = 34
ndkVersion = flutter.ndkVersion ndkVersion = flutter.ndkVersion
@@ -22,7 +22,7 @@ android {
defaultConfig { defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html). // 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. // You can update the following values to match your application needs.
// For more information, see: https://flutter.dev/to/review-gradle-config. // For more information, see: https://flutter.dev/to/review-gradle-config.
minSdk = flutter.minSdkVersion minSdk = flutter.minSdkVersion