mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
Add explicit dependency location for jitsi
This commit is contained in:
parent
abfaa03a1e
commit
2b6618ab40
1 changed files with 5 additions and 0 deletions
|
@ -64,6 +64,11 @@ allprojects {
|
|||
url "https://github.com/vector-im/jitsi_libre_maven/raw/main/android-sdk-3.10.0"
|
||||
// Note: to test Jitsi release you can use a local file like this:
|
||||
// url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-3.10.0"
|
||||
content {
|
||||
includeGroup 'com.facebook.react'
|
||||
includeGroup 'org.jitsi.react'
|
||||
includeGroup 'org.webkit'
|
||||
}
|
||||
}
|
||||
google()
|
||||
mavenCentral()
|
||||
|
|
Loading…
Add table
Reference in a new issue