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 🧱: Build 🧱:
- Upgrade to gradle 7 - Upgrade to gradle 7
- https://github.com/Piasy/BigImageViewer is now hosted on mavenCentral()
Test: Test:
- -

View File

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