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. --> - +