Replace jcenter() with mavenCentral()

This is since JCenter is being shut down.
This commit is contained in:
Fredrik Fornwall
2021-04-26 01:11:35 +02:00
parent 0aa5a123b7
commit 0d4bfb7bd5

View File

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