Skip to content

Commit

Permalink
Update build.gradle
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudwebrtc authored Dec 2, 2024
1 parent 0033eb8 commit 72451b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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 31
compileSdk = 34

namespace 'io.livekit.plugin'

Expand All @@ -43,7 +43,7 @@ android {
}

defaultConfig {
minSdkVersion 21
minSdk 21
}
}

Expand Down

0 comments on commit 72451b7

Please sign in to comment.