Move from jcenter to mavenCentral

This commit is contained in:
Duy Tran Khanh 2021-11-09 19:48:22 +07:00 committed by GitHub
parent 99d4ef2400
commit e60f123fe5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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