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 04ce6d0 commit daca3eaCopy full SHA for daca3ea
android/build.gradle
@@ -24,7 +24,7 @@ android {
24
25
buildscript {
26
repositories {
27
- jcenter()
+ mavenCentral()
28
google()
29
}
30
dependencies {
@@ -33,7 +33,7 @@ buildscript {
33
34
35
36
37
38
39
sample/android/build.gradle
@@ -2,7 +2,7 @@
2
3
4
5
6
7
8
@@ -14,7 +14,7 @@ buildscript {
14
allprojects {
15
16
mavenLocal()
17
18
19
maven {
20
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
0 commit comments