fix(android): replace jcenter with mavenCentral

This commit is contained in:
Dylan Vann 2021-09-15 17:48:07 +07:00
parent f602c5bdc4
commit 69c942276f
1 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ buildscript {
if (project == rootProject) {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
@ -54,7 +54,7 @@ repositories {
url "$rootDir/../node_modules/jsc-android/dist"
}
google()
jcenter()
mavenCentral()
}
def glideVersion = safeExtGet('glideVersion', '4.11.0')