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 🧱:
|
||||
- Upgrade to gradle 7
|
||||
- https://github.com/Piasy/BigImageViewer is now hosted on mavenCentral()
|
||||
|
||||
Test:
|
||||
-
|
||||
|
|
|
@ -50,12 +50,6 @@ allprojects {
|
|||
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/' }
|
||||
// Jitsi repo
|
||||
maven {
|
||||
|
@ -64,6 +58,7 @@ allprojects {
|
|||
// url "file:///Users/bmarty/workspaces/jitsi_libre_maven/android-sdk-3.1.0"
|
||||
}
|
||||
google()
|
||||
mavenCentral()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue