Skip to content

Commit c7a17cb

Browse files
authored
fix: android build failure. (#587)
1 parent cc94a11 commit c7a17cb

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
2525
apply plugin: 'kotlin-android'
2626

2727
android {
28-
compileSdkVersion 30
28+
compileSdkVersion 31
2929

3030
namespace 'io.livekit.plugin'
3131

example/android/build.gradle

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,6 @@ buildscript {
1212
}
1313

1414
allprojects {
15-
afterEvaluate { project ->
16-
if (project.plugins.hasPlugin("com.android.application") ||
17-
project.plugins.hasPlugin("com.android.library")) {
18-
project.android {
19-
compileSdkVersion 34
20-
buildToolsVersion "34.0.0"
21-
}
22-
}
23-
}
2415
repositories {
2516
google()
2617
jcenter()

0 commit comments

Comments
 (0)