1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 08:22:56 +00:00

Merge pull request #404 from owncloud/MoveToMavenCentral

MavenCentral
This commit is contained in:
Abel García de Prada
2021-05-17 09:11:21 +02:00
committed by GitHub
+2 -2
View File
@@ -6,7 +6,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
@@ -19,7 +19,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
}
}