Update config versions and deprecate the use of the jcenter maven repo.

(cherry picked from commit d1a9363c4c)
This commit is contained in:
ne0fhyk
2021-06-23 23:49:18 -07:00
committed by Rémi Verschelde
parent e7d6f8b8b8
commit c952201d97
4 changed files with 8 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath libraries.androidGradlePlugin
@@ -16,7 +16,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}