Skip to content

Commit 3434987

Browse files
committed
jcenter no longer used
1 parent 03174ef commit 3434987

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

android/build.gradle

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@ repositories {
1717
url "$rootDir/../node_modules/jsc-android/dist"
1818
}
1919
google()
20-
jcenter()
2120
}
2221

2322
buildscript {
@@ -28,7 +27,7 @@ buildscript {
2827
if (project == rootProject) {
2928
repositories {
3029
google()
31-
jcenter()
30+
mavenCentral()
3231
}
3332
dependencies {
3433
classpath 'com.android.tools.build:gradle:4.1.0'

0 commit comments

Comments
 (0)