chore: migrate to kotlin dsl and update linphone sdk
This commit is contained in:
parent
d652c1237e
commit
4d8ef9c9d2
3 changed files with 4 additions and 93 deletions
|
|
@ -8,11 +8,8 @@ buildscript {
|
|||
mavenCentral()
|
||||
|
||||
maven {
|
||||
name = "linphone.org maven repository"
|
||||
url = uri("https://download.linphone.org/maven_repository")
|
||||
content {
|
||||
includeGroup("org.linphone")
|
||||
}
|
||||
name = "nuarkMvnPublic"
|
||||
url = uri("https://reposilite.ac.nuark.xyz/public")
|
||||
}
|
||||
}
|
||||
|
||||
|
|
@ -79,6 +76,8 @@ android {
|
|||
}
|
||||
|
||||
dependencies {
|
||||
implementation("org.linphone:linphone-sdk-android:5.5.0-beta.2+907e6bafba")
|
||||
|
||||
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