diff --git a/flutter_app/android/app/build.gradle.kts b/flutter_app/android/app/build.gradle.kts index bdbed81..e7be178 100644 --- a/flutter_app/android/app/build.gradle.kts +++ b/flutter_app/android/app/build.gradle.kts @@ -18,8 +18,7 @@ val hasReleaseSigningConfig = listOf("keyAlias", "keyPassword", "storePassword") .all { !keystoreProperties[it]?.toString().isNullOrBlank() } -// Zukunftssichere Konfiguration für moderne AGP-Versionen -extensions.configure { +android { namespace = "com.studyostue.app" compileSdk = flutter.compileSdkVersion ndkVersion = flutter.ndkVersion