1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +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 { repositories {
google() google()
jcenter() mavenCentral()
maven { url "https://plugins.gradle.org/m2/" } maven { url "https://plugins.gradle.org/m2/" }
} }
dependencies { dependencies {
@@ -19,7 +19,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
jcenter() mavenCentral()
maven { url 'https://jitpack.io' } maven { url 'https://jitpack.io' }
} }
} }