From 9ecfa884640b49b457e0961bae1cb224bef4c5a5 Mon Sep 17 00:00:00 2001 From: inTao Date: Tue, 3 Jun 2025 16:38:10 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index 3a69e9f..fa9a993 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,7 @@ apply plugin: 'kotlin-android' android { compileSdkVersion 34 - + namespace 'com.example.flutter_pag_plugin' defaultConfig { minSdkVersion 19 }