From 7c37dca80033914b3b5d69b5a6d8d74ed9e037dd Mon Sep 17 00:00:00 2001 From: kylin Date: Sun, 13 Jul 2025 22:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DAGP=E5=9C=A8=208.0=20?= =?UTF-8?q?=E4=BB=A5=E4=B8=8A,Android=20Api=20=E8=AE=BE=E7=BD=AE34?= =?UTF-8?q?=E4=BB=A5=E4=B8=8A,=E5=BC=BA=E5=88=B6=E8=A6=81=E6=B1=82=20?= =?UTF-8?q?=E8=AE=BE=E7=BD=AEnamespace=20=E7=9A=84=E9=97=AE=E9=A2=98.=20fr?= =?UTF-8?q?om=20=20https://developer.android.com/build/configure-app-modul?= =?UTF-8?q?e#set-namespace?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index f1992e062..32549b5e8 100755 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace "com.idlefish.flutterboost" compileSdkVersion 31 buildToolsVersion '30.0.2' defaultConfig {