We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f7b459 commit 56d1146Copy full SHA for 56d1146
android/build.gradle
@@ -39,6 +39,7 @@ buildscript {
39
40
repositories {
41
google()
42
+ mavenCentral()
43
jcenter()
44
}
45
dependencies {
@@ -98,6 +99,7 @@ repositories {
98
99
url "${resolveModulePath("react-native")}/android"
100
101
102
103
104
105
example/android/build.gradle
0 commit comments