From 82df88c22ab101beb329220c036fe46051deba90 Mon Sep 17 00:00:00 2001 From: yaoci shen <18758853747@163.com> Date: Mon, 9 Oct 2023 11:38:34 +0800 Subject: [PATCH 1/2] Update build.gradle for gradle 8.0.0 namespace --- android/build.gradle | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/android/build.gradle b/android/build.gradle index c0efc8ac..db62ed26 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -26,7 +26,9 @@ apply plugin: 'kotlin-android' android { compileSdkVersion 30 - + + namespace 'io.livekit.plugin' + compileOptions { sourceCompatibility JavaVersion.VERSION_1_8 targetCompatibility JavaVersion.VERSION_1_8 From 0c19b00cd6c1b81bcb4d5d6c6f927ed60ee7ce04 Mon Sep 17 00:00:00 2001 From: yaoci shen <18758853747@163.com> Date: Mon, 9 Oct 2023 14:54:00 +0800 Subject: [PATCH 2/2] Update AndroidManifest.xml --- android/src/main/AndroidManifest.xml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/android/src/main/AndroidManifest.xml b/android/src/main/AndroidManifest.xml index eda902d9..964e85b3 100644 --- a/android/src/main/AndroidManifest.xml +++ b/android/src/main/AndroidManifest.xml @@ -14,6 +14,5 @@ limitations under the License. --> - +