From b3ef7526e54d0186c22379368a13447905610c40 Mon Sep 17 00:00:00 2001 From: Jeremy Date: Wed, 15 Nov 2023 12:29:48 +0100 Subject: [PATCH] added namespace property for gradle 8 compatibility --- android/build.gradle | 1 + 1 file changed, 1 insertion(+) diff --git a/android/build.gradle b/android/build.gradle index 860738a..283de9a 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -22,6 +22,7 @@ rootProject.allprojects { apply plugin: 'com.android.library' android { + namespace "com.zt.shareextend" compileSdkVersion 29 defaultConfig {