File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -96,9 +96,9 @@ allprojects {
96
96
}
97
97
// Jitsi repo
98
98
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"
100
100
// 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 "
102
102
content {
103
103
groups. jitsi. regex. each { includeGroupByRegex it }
104
104
groups. jitsi. group. each { includeGroup it }
Original file line number Diff line number Diff line change @@ -246,10 +246,10 @@ dependencies {
246
246
// WebRTC
247
247
// org.webrtc:google-webrtc is for development purposes only
248
248
// 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' )
251
250
// 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' ) {
253
253
exclude group : ' com.google.firebase'
254
254
exclude group : ' com.google.android.gms'
255
255
exclude group : ' com.android.installreferrer'
You can’t perform that action at this time.
0 commit comments