https://github.com/Piasy/BigImageViewer is now hosted on mavenCentral()
This commit is contained in:
parent
38e83e1f35
commit
0a9fdea26d
|
@ -24,6 +24,7 @@ SDK API changes ⚠️:
|
||||||
|
|
||||||
Build 🧱:
|
Build 🧱:
|
||||||
- Upgrade to gradle 7
|
- Upgrade to gradle 7
|
||||||
|
- https://github.com/Piasy/BigImageViewer is now hosted on mavenCentral()
|
||||||
|
|
||||||
Test:
|
Test:
|
||||||
-
|
-
|
||||||
|
|
|
@ -50,12 +50,6 @@ allprojects {
|
||||||
includeGroupByRegex 'nl\\.dionsegijn'
|
includeGroupByRegex 'nl\\.dionsegijn'
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
maven {
|
|
||||||
url "https://dl.bintray.com/piasy/maven"
|
|
||||||
content {
|
|
||||||
includeGroupByRegex "com\\.github\\.piasy"
|
|
||||||
}
|
|
||||||
}
|
|
||||||
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
|
||||||
// Jitsi repo
|
// Jitsi repo
|
||||||
maven {
|
maven {
|
||||||
|
@ -64,6 +58,7 @@ allprojects {
|
||||||
// url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-3.1.0"
|
// url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-3.1.0"
|
||||||
}
|
}
|
||||||
google()
|
google()
|
||||||
|
mavenCentral()
|
||||||
jcenter()
|
jcenter()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue