gradle: replace JCenter with Maven Central

This commit is contained in:
inthewaves 2021-04-27 16:23:39 -07:00 committed by Daniel Micay
parent 16cfe1e1ed
commit cadb40cbbb
1 changed files with 2 additions and 2 deletions

View File

@ -3,7 +3,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:4.1.3'
@ -16,7 +16,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
gradle.projectsEvaluated {