chore: upgrade linphone-sdk to 5.4.84 and add linphone.org maven repo
This commit is contained in:
parent
189df6d042
commit
d652c1237e
5 changed files with 27 additions and 11 deletions
|
|
@ -6,6 +6,14 @@ buildscript {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
name = "linphone.org maven repository"
|
||||
url = uri("https://download.linphone.org/maven_repository")
|
||||
content {
|
||||
includeGroup("org.linphone")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
|
|
@ -6,6 +6,14 @@ buildscript {
|
|||
repositories {
|
||||
google()
|
||||
mavenCentral()
|
||||
|
||||
maven {
|
||||
name = "linphone.org maven repository"
|
||||
url = uri("https://download.linphone.org/maven_repository")
|
||||
content {
|
||||
includeGroup("org.linphone")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue