Adding mavenCentral() as jcenter() is shutting (#1570)

Adding mavenCentral() as jcenter() is shutting down
This commit is contained in:
Mrinal Maheshwari
2022-02-25 18:51:56 +05:30
committed by GitHub
parent 2826fd92cb
commit 39c8332f4d
+2 -2
View File
@@ -4,8 +4,8 @@ buildscript {
// module dependency in an application project.
if (project == rootProject) {
repositories {
mavenCentral()
google()
jcenter()
}
dependencies {
@@ -34,9 +34,9 @@ android {
}
repositories {
mavenCentral()
mavenLocal()
google()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"