Limit JCenter dependencies

This commit is contained in:
Ehren Kret
2021-08-06 07:09:43 -07:00
committed by Alex Hart
parent 3e8b5cdb61
commit ad7c81ef4e
3 changed files with 15 additions and 3 deletions

View File

@@ -43,7 +43,7 @@ wrapper {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}