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

Compare commits

...

2 Commits

Author SHA1 Message Date
yostyle
b422f52620 Add changelog 2023-10-03 17:33:45 +02:00
yostyle
e56a9857db Remove unused WebRTC dependency 2023-10-03 17:29:01 +02:00
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 {
gplay {

View File

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