From 2f965022ac8704ae39f52b5c0795045087c39ab1 Mon Sep 17 00:00:00 2001 From: Alberto Cappellina Date: Tue, 7 May 2024 16:58:49 +0200 Subject: [PATCH] add namespace --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) diff --git a/android/build.gradle b/android/build.gradle index 9a5f93b..7fcc225 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,8 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + + namespace "com.flutterplaza.no_screenshot" compileSdkVersion 31 compileOptions {