android: Replace jcenter with mavenCentral repository

This commit is contained in:
Tobias Brunner
2021-07-13 14:18:42 +02:00
parent 5831009941
commit 6f3725ea8b
+2 -2
View File
@@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
@@ -10,7 +10,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}