Skip to content

Commit a433f95

Browse files
Adding mavenCentral() as jcenter() is shutting (#625)
Adding mavenCentral() as jcenter() is shutting down
1 parent 09ee7bd commit a433f95

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
@@ -8,8 +8,8 @@ buildscript {
88
// module dependency in an application project.
99
if (project == rootProject) {
1010
repositories {
11+
mavenCentral()
1112
google()
12-
jcenter()
1313
}
1414
dependencies {
1515
classpath 'com.android.tools.build:gradle:3.5.3'
@@ -42,6 +42,7 @@ android {
4242

4343
repositories {
4444
mavenLocal()
45+
mavenCentral()
4546
maven {
4647
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
4748
url "$rootDir/../node_modules/react-native/android"
@@ -51,7 +52,6 @@ repositories {
5152
url "$rootDir/../node_modules/jsc-android/dist"
5253
}
5354
google()
54-
jcenter()
5555
}
5656

5757
dependencies {

0 commit comments

Comments
 (0)