android: Replace jcenter with mavenCentral repository

This commit is contained in:
Tobias Brunner 2021-06-28 14:26:24 +02:00
parent 5831009941
commit 6f3725ea8b
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
buildscript {
repositories {
jcenter()
mavenCentral()
google()
}
dependencies {
@ -10,7 +10,7 @@ buildscript {
allprojects {
repositories {
jcenter()
mavenCentral()
google()
}
}