From 22e826121a651019d565f2ecf24017a2650118c2 Mon Sep 17 00:00:00 2001 From: Muhammad Waleed Date: Thu, 20 Mar 2025 14:41:11 +0400 Subject: [PATCH] add name space and update compile sdk version --- android/build.gradle | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 4c7c7b9..40219c2 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,7 +22,12 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { - compileSdkVersion 28 + +if (project.android.hasProperty('namespace')) { + namespace 'io.adaptant.labs.flutter_windowmanager' + } + + compileSdkVersion 33 defaultConfig { minSdkVersion 16