build.gradle: Migrate repository from JCenter to Maven Central.

This commit is contained in:
Andreas Schildbach 2021-02-06 20:23:34 +01:00
parent c156212dfd
commit 2486fa3136

View file

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