Skip to content

Commit 4515dcd

Browse files
committed
Update Jitsi and WebRtc dependencies to android-sdk-6.2.2
1 parent a1278ee commit 4515dcd

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -96,9 +96,9 @@ allprojects {
9696
}
9797
// Jitsi repo
9898
maven {
99-
url "https://github.com/vector-im/jitsi_libre_maven/raw/main/android-sdk-5.0.2"
99+
url "https://github.com/vector-im/jitsi_libre_maven/raw/main/android-sdk-6.2.2"
100100
// Note: to test Jitsi release you can use a local file like this:
101-
// url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-3.10.0"
101+
// url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-6.2.2"
102102
content {
103103
groups.jitsi.regex.each { includeGroupByRegex it }
104104
groups.jitsi.group.each { includeGroup it }

vector/build.gradle

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -246,10 +246,10 @@ dependencies {
246246
// WebRTC
247247
// org.webrtc:google-webrtc is for development purposes only
248248
// implementation 'org.webrtc:google-webrtc:1.0.+'
249-
implementation('com.facebook.react:react-native-webrtc:1.94.2-jitsi-10227332@aar')
250-
249+
implementation('com.facebook.react:react-native-webrtc:1.106.1-jitsi-12039821@aar')
251250
// Jitsi
252-
api('org.jitsi.react:jitsi-meet-sdk:5.0.2') {
251+
// Note: version is 6.2.0, but built from the tag `android-sdk-6.2.2`.
252+
api('org.jitsi.react:jitsi-meet-sdk:6.2.0') {
253253
exclude group: 'com.google.firebase'
254254
exclude group: 'com.google.android.gms'
255255
exclude group: 'com.android.installreferrer'

0 commit comments

Comments
 (0)