Skip to content

Commit

Permalink
Remove unused WebRTC dependency (#8658)
Browse files Browse the repository at this point in the history
  • Loading branch information
yostyle authored Nov 7, 2023
1 parent 8bfd5f7 commit b14338d
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 5 deletions.
1 change: 1 addition & 0 deletions changelog.d/8658.misc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Remove unused WebRTC dependency
2 changes: 1 addition & 1 deletion vector-app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ android {
}
}

flavorDimensions "store", "crypto"
flavorDimensions = ["store", "crypto"]

productFlavors {
gplay {
Expand Down
4 changes: 0 additions & 4 deletions vector/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -243,10 +243,6 @@ dependencies {

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
api('org.jitsi.react:jitsi-meet-sdk:8.1.1') {
exclude group: 'com.google.firebase'
Expand Down

0 comments on commit b14338d

Please sign in to comment.