fix(android): replace jcenter with mavenCentral
This commit is contained in:
parent
f602c5bdc4
commit
69c942276f
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue