Remove jcenter (#6226)

This commit is contained in:
Elias Nahum
2022-05-04 17:26:32 -04:00
committed by GitHub
parent c8e46607b7
commit 14abe4d2ac
7 changed files with 94 additions and 27 deletions

View File

@@ -16,7 +16,6 @@ buildscript {
repositories {
mavenCentral()
mavenLocal()
jcenter()
google()
}
dependencies {
@@ -36,7 +35,6 @@ allprojects {
google()
mavenCentral()
mavenLocal()
jcenter()
maven {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url("$rootDir/../node_modules/react-native/android")