mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2024-11-22 01:15:54 +03:00
Remove unused WebRTC dependency (#8658)
This commit is contained in:
parent
8bfd5f7c54
commit
b14338d2c4
3 changed files with 2 additions and 5 deletions
1
changelog.d/8658.misc
Normal file
1
changelog.d/8658.misc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Remove unused WebRTC dependency
|
|
@ -309,7 +309,7 @@ android {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
flavorDimensions "store", "crypto"
|
flavorDimensions = ["store", "crypto"]
|
||||||
|
|
||||||
productFlavors {
|
productFlavors {
|
||||||
gplay {
|
gplay {
|
||||||
|
|
|
@ -243,10 +243,6 @@ dependencies {
|
||||||
|
|
||||||
implementation "androidx.emoji2:emoji2:1.3.0"
|
implementation "androidx.emoji2:emoji2:1.3.0"
|
||||||
|
|
||||||
// WebRTC
|
|
||||||
// org.webrtc:google-webrtc is for development purposes only
|
|
||||||
// implementation 'org.webrtc:google-webrtc:1.0.+'
|
|
||||||
implementation('com.facebook.react:react-native-webrtc:111.0.0-jitsi-13672566@aar')
|
|
||||||
// Jitsi
|
// Jitsi
|
||||||
api('org.jitsi.react:jitsi-meet-sdk:8.1.1') {
|
api('org.jitsi.react:jitsi-meet-sdk:8.1.1') {
|
||||||
exclude group: 'com.google.firebase'
|
exclude group: 'com.google.firebase'
|
||||||
|
|
Loading…
Reference in a new issue