From 627fcedc340d86a59de38f65fc44429fad2bc730 Mon Sep 17 00:00:00 2001 From: StudyOS Org Date: Fri, 7 Aug 2026 18:55:59 +0000 Subject: [PATCH] fix(android): expose namespace to Flutter tooling --- flutter_app/android/app/build.gradle.kts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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