Skip to content

Commit

Permalink
Remove google lib
Browse files Browse the repository at this point in the history
  • Loading branch information
JorisBodin committed May 10, 2021
1 parent 4f8278e commit 439bca5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,10 @@ dependencies {
implementation 'com.google.code.gson:gson:2.8.6'
implementation 'com.github.razir.progressbutton:progressbutton:2.1.0'

implementation('org.jitsi.react:jitsi-meet-sdk:3.4.0') {
implementation('org.jitsi.react:jitsi-meet-sdk:3.5.0') {
exclude group: 'com.google.firebase'
exclude group: 'com.google.android.gms'
exclude group: 'com.android.installreferrer'
transitive = true
}
}

0 comments on commit 439bca5

Please sign in to comment.