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.
2 parents dc2798a + fbf9741 commit e56875dCopy full SHA for e56875d
Example/android/build.gradle
@@ -9,7 +9,7 @@ buildscript {
9
}
10
repositories {
11
google()
12
- jcenter()
+ mavenCentral()
13
14
dependencies {
15
classpath("com.android.tools.build:gradle:3.4.2")
@@ -32,7 +32,7 @@ allprojects {
32
33
34
35
36
maven { url 'https://jitpack.io' }
37
38
android/build.gradle
@@ -1,7 +1,7 @@
1
buildscript {
2
3
4
5
6
7
@@ -35,7 +35,7 @@ repositories {
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
url "$rootDir/../node_modules/react-native/android"
39
40
41
0 commit comments