Skip to content

Commit

Permalink
fix: android build failure. (#587)
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Sep 13, 2024
1 parent cc94a11 commit c7a17cb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
apply plugin: 'kotlin-android'

android {
compileSdkVersion 30
compileSdkVersion 31

namespace 'io.livekit.plugin'

Expand Down
9 changes: 0 additions & 9 deletions example/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,6 @@ buildscript {
}

allprojects {
afterEvaluate { project ->
if (project.plugins.hasPlugin("com.android.application") ||
project.plugins.hasPlugin("com.android.library")) {
project.android {
compileSdkVersion 34
buildToolsVersion "34.0.0"
}
}
}
repositories {
google()
jcenter()
Expand Down

0 comments on commit c7a17cb

Please sign in to comment.