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

MavenCentral

This commit is contained in:
Hannes Achleitner
2021-04-28 09:46:59 +02:00
parent bf6f93ff1c
commit d0e50c4fca
+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' }
} }
} }