We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc94a11 commit c7a17cbCopy full SHA for c7a17cb
android/build.gradle
@@ -25,7 +25,7 @@ apply plugin: 'com.android.library'
25
apply plugin: 'kotlin-android'
26
27
android {
28
- compileSdkVersion 30
+ compileSdkVersion 31
29
30
namespace 'io.livekit.plugin'
31
example/android/build.gradle
@@ -12,15 +12,6 @@ buildscript {
12
}
13
14
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
24
repositories {
google()
jcenter()
0 commit comments