From dd7b1a7a635d19a2f4173c35a04ff9270d759410 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=99=B6=E5=BC=80=E6=9D=B0?= Date: Sat, 17 Feb 2024 13:13:03 +0800 Subject: [PATCH] Add required namespace attribute for AGP 8.0+ --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index e8e41ef..923ed46 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -25,6 +25,7 @@ apply plugin: 'com.android.library' apply plugin: 'kotlin-android' android { + namespace 'com.jarvan.tobias' compileSdkVersion 31 compileOptions {