Skip to content

Commit 69c9422

Browse files
committed
fix(android): replace jcenter with mavenCentral
1 parent f602c5b commit 69c9422

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

android/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ buildscript {
99
if (project == rootProject) {
1010
repositories {
1111
google()
12-
jcenter()
12+
mavenCentral()
1313
}
1414
dependencies {
1515
classpath 'com.android.tools.build:gradle:3.5.3'
@@ -54,7 +54,7 @@ repositories {
5454
url "$rootDir/../node_modules/jsc-android/dist"
5555
}
5656
google()
57-
jcenter()
57+
mavenCentral()
5858
}
5959

6060
def glideVersion = safeExtGet('glideVersion', '4.11.0')

0 commit comments

Comments
 (0)