This commit is contained in:
2025-10-26 20:48:48 +01:00
parent f8ee76784a
commit 3e0adee0ad
7 changed files with 10 additions and 7 deletions

View File

@@ -6,7 +6,7 @@ plugins {
}
android {
namespace = "com.example.shoppinglist"
namespace = "io.flumm.listenmeister"
compileSdk = flutter.compileSdkVersion
ndkVersion = flutter.ndkVersion
@@ -21,7 +21,7 @@ android {
defaultConfig {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId = "com.example.shoppinglist"
applicationId = "io.flumm.listenmeister"
// 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