Remove unused WebRTC dependency (#8658)

This commit is contained in:
Yoan Pintas 2023-11-07 14:12:27 +01:00 committed by GitHub
parent 8bfd5f7c54
commit b14338d2c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 5 deletions

1
changelog.d/8658.misc Normal file
View File

@ -0,0 +1 @@
Remove unused WebRTC dependency

View File

@ -309,7 +309,7 @@ android {
} }
} }
flavorDimensions "store", "crypto" flavorDimensions = ["store", "crypto"]
productFlavors { productFlavors {
gplay { gplay {

View File

@ -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'