feat: upgrade linphone-sdk to 5.4.84 and add syncCurrentState
This commit is contained in:
parent
f29d9d42e5
commit
06a57d5c21
8 changed files with 36 additions and 3 deletions
|
|
@ -47,8 +47,19 @@ android {
|
|||
minSdk = 24
|
||||
}
|
||||
|
||||
repositories {
|
||||
maven {
|
||||
name = "linphone.org maven repository"
|
||||
url = uri("https://download.linphone.org/maven_repository")
|
||||
content {
|
||||
includeGroup("org.linphone")
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
dependencies {
|
||||
implementation(files("libs/linphone-sdk-android-5.2.0.aar"))
|
||||
// implementation(files("libs/linphone-sdk-android-5.2.0.aar"))
|
||||
implementation("org.linphone:linphone-sdk-android:5.4.84")
|
||||
|
||||
testImplementation("org.jetbrains.kotlin:kotlin-test")
|
||||
testImplementation("org.mockito:mockito-core:5.0.0")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue