1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Merge pull request #3125 from Bubu/jitsi_without_gms

propagate jitsi LIBRE_BUILD exclusion rules to not pull in gms libs
This commit is contained in:
Benoit Marty
2021-04-07 11:16:29 +02:00
committed by GitHub
2 changed files with 6 additions and 2 deletions

View File

@@ -32,7 +32,7 @@ SDK API changes ⚠️:
- Removes filtering options on Timeline.
Build 🧱:
-
- Properly exclude gms dependencies in fdroid build flavour which were pulled in through the jitsi SDK (#3125)
Test:
-

View File

@@ -442,7 +442,11 @@ dependencies {
implementation('com.facebook.react:react-native-webrtc:1.87.3-jitsi-6624067@aar')
// Jitsi
implementation('org.jitsi.react:jitsi-meet-sdk:3.1.0')
implementation('org.jitsi.react:jitsi-meet-sdk:3.1.0') {
exclude group: 'com.google.firebase'
exclude group: 'com.google.android.gms'
exclude group: 'com.android.installreferrer'
}
// QR-code
// Stick to 3.3.3 because of https://github.com/zxing/zxing/issues/1170