From 401cb2e1b479546d26950e4271bf1d800dd75492 Mon Sep 17 00:00:00 2001 From: yaoci shen <18758853747@163.com> Date: Tue, 17 Oct 2023 11:32:54 +0800 Subject: [PATCH] Update build.gradle for gradle 8.0.0 namespace (#382) * Update build.gradle for gradle 8.0.0 namespace * Update AndroidManifest.xml --- android/build.gradle | 4 +++- android/src/main/AndroidManifest.xml | 3 +-- 2 files changed, 4 insertions(+), 3 deletions(-) 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 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. --> - +