Skip to content

Commit

Permalink
chore: upgrade Android SDK to 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tuantvu committed Apr 13, 2021
1 parent 0321dfb commit 13cad01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jitsi_meet/android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ dependencies {
implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk7:$kotlin_version"

// Jitsi Meet from https://github.com/jitsi/jitsi-maven-repository/tree/master/releases/org/jitsi/react/jitsi-meet-sdk
implementation ('org.jitsi.react:jitsi-meet-sdk:3.2.0') { transitive = true }
implementation ('org.jitsi.react:jitsi-meet-sdk:3.3.0') { transitive = true }
}

0 comments on commit 13cad01

Please sign in to comment.