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
No known key found for this signature in database
GPG Key ID: 6700B77E6D8D0AE7
1 changed files with 2 additions and 2 deletions

View File

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