Skip to content

Commit

Permalink
Merge pull request #3 from Infomaniak/update-jitsi
Browse files Browse the repository at this point in the history
Update jitsi to 9.2.1
  • Loading branch information
tevincent authored Jun 5, 2024
2 parents 0dc536a + 3822d07 commit c8ce39f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,8 @@ dependencies {
implementation 'com.google.code.gson:gson:2.10.1'
implementation 'com.github.razir.progressbutton:progressbutton:2.1.0'

implementation('org.jitsi.react:jitsi-meet-sdk:8.6.0') {
//TODO Update to 9.2.2 when https://github.com/jitsi/jitsi-meet/issues/14794 is fixed
implementation('org.jitsi.react:jitsi-meet-sdk:9.2.1') {
exclude group: 'com.google.firebase'
exclude group: 'com.android.installreferrer'
}
Expand Down

0 comments on commit c8ce39f

Please sign in to comment.