This commit is contained in:
Benoit Marty 2021-05-03 00:27:28 +02:00
parent 38e83e1f35
commit 0a9fdea26d
2 changed files with 2 additions and 6 deletions

View file

@ -24,6 +24,7 @@ SDK API changes ⚠️:
Build 🧱:
- Upgrade to gradle 7
- https://github.com/Piasy/BigImageViewer is now hosted on mavenCentral()
Test:
-

View file

@ -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()
}