We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09ee7bd commit a433f95Copy full SHA for a433f95
android/build.gradle
@@ -8,8 +8,8 @@ buildscript {
8
// module dependency in an application project.
9
if (project == rootProject) {
10
repositories {
11
+ mavenCentral()
12
google()
- jcenter()
13
}
14
dependencies {
15
classpath 'com.android.tools.build:gradle:3.5.3'
@@ -42,6 +42,7 @@ android {
42
43
44
mavenLocal()
45
46
maven {
47
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
48
url "$rootDir/../node_modules/react-native/android"
@@ -51,7 +52,6 @@ repositories {
51
52
url "$rootDir/../node_modules/jsc-android/dist"
53
54
55
56
57
0 commit comments