chore: upgrade linphone-sdk to 5.4.84 and add linphone.org maven repo

This commit is contained in:
Andrew 2026-02-03 17:19:04 +07:00
parent 189df6d042
commit d652c1237e
5 changed files with 27 additions and 11 deletions

View file

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