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 {
|
||||
google()
|
||||
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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue