Skip to content

Commit

Permalink
Update build.gradle for gradle 8.0.0 namespace (#382)
Browse files Browse the repository at this point in the history
* Update build.gradle for gradle 8.0.0 namespace

* Update AndroidManifest.xml
  • Loading branch information
mostcute authored Oct 17, 2023
1 parent a30c272 commit 401cb2e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 3 additions & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 1 addition & 2 deletions android/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,5 @@
limitations under the License.
-->

<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="io.livekit.plugin">
<manifest xmlns:android="http://schemas.android.com/apk/res/android">
</manifest>

0 comments on commit 401cb2e

Please sign in to comment.