Skip to content

Commit

Permalink
Merge pull request skrafft#290 from akaramanapp/master
Browse files Browse the repository at this point in the history
update jitsi-meet android sdk version 3.7.0.
  • Loading branch information
skrafft authored Sep 3, 2021
2 parents 7f0a868 + bce4259 commit b2dbc87
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ExampleApp/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ buildscript {
ext {
buildToolsVersion = "28.0.3"
minSdkVersion = 24
compileSdkVersion = 28
compileSdkVersion = 29
targetSdkVersion = 28
}
repositories {
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ repositories {
}

dependencies {
implementation ('org.jitsi.react:jitsi-meet-sdk:2.6.0') {
implementation ('org.jitsi.react:jitsi-meet-sdk:3.7.0') {
transitive = true
}
}

0 comments on commit b2dbc87

Please sign in to comment.