Use new maven repository
This commit is contained in:
parent
a1892ccb13
commit
a17b19e43b
1 changed files with 4 additions and 3 deletions
|
@ -50,8 +50,8 @@ project.tasks['preBuild'].dependsOn 'getGitVersion'
|
||||||
|
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
maven {
|
||||||
// Switch to release for releases !
|
// Replace snapshots by releases for releases !
|
||||||
url "https://gitlab.linphone.org/BC/public/maven_repository/raw/master"
|
url "https://linphone.org/snapshots/maven_repository"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -154,7 +154,8 @@ dependencies {
|
||||||
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
debugImplementation project(path: ":linphone-sdk-android", configuration: 'debug')
|
||||||
releaseImplementation project(path: ":linphone-sdk-android", configuration: 'release')
|
releaseImplementation project(path: ":linphone-sdk-android", configuration: 'release')
|
||||||
} else {
|
} else {
|
||||||
implementation "org.linphone:linphone-sdk-android:4.1+"
|
debugImplementation "org.linphone:linphone-sdk-android-debug:4.1+"
|
||||||
|
releaseImplementation "org.linphone:linphone-sdk-android:4.1+"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (firebaseEnabled()) {
|
if (firebaseEnabled()) {
|
||||||
|
|
Loading…
Reference in a new issue