mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 03:18:06 +00:00
Updated jitpack.io maven repository configuration
This commit is contained in:
parent
8e93fefda3
commit
bad1621126
1 changed files with 6 additions and 2 deletions
|
|
@ -12,8 +12,12 @@ dependencyResolutionManagement {
|
||||||
repositories {
|
repositories {
|
||||||
google()
|
google()
|
||||||
mavenCentral()
|
mavenCentral()
|
||||||
maven { // for com.github.chrisbanes:PhotoView
|
|
||||||
url = uri("https://www.jitpack.io")
|
maven {
|
||||||
|
url = uri("https://jitpack.io")
|
||||||
|
content {
|
||||||
|
includeGroup ("com.github.chrisbanes")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
val localSdk = File("${providers.gradleProperty("LinphoneSdkBuildDir").get()}/maven_repository/org/linphone/linphone-sdk-android/maven-metadata.xml")
|
val localSdk = File("${providers.gradleProperty("LinphoneSdkBuildDir").get()}/maven_repository/org/linphone/linphone-sdk-android/maven-metadata.xml")
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue