Skip to content

Commit

Permalink
Adding mavenCentral() as jcenter() is shutting (#625)
Browse files Browse the repository at this point in the history
Adding mavenCentral() as jcenter() is shutting down
  • Loading branch information
maheshwarimrinal authored May 19, 2021
1 parent 09ee7bd commit a433f95
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ buildscript {
// module dependency in an application project.
if (project == rootProject) {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.5.3'
Expand Down Expand Up @@ -42,6 +42,7 @@ android {

repositories {
mavenLocal()
mavenCentral()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
Expand All @@ -51,7 +52,6 @@ repositories {
url "$rootDir/../node_modules/jsc-android/dist"
}
google()
jcenter()
}

dependencies {
Expand Down

0 comments on commit a433f95

Please sign in to comment.