diff --git a/android/build.gradle b/android/build.gradle index d78fa071..141cf705 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -5,6 +5,7 @@ def safeExtGet(prop, fallback) { buildscript { repositories { jcenter() + google() maven { url 'https://maven.google.com/' name 'Google' @@ -37,6 +38,7 @@ android { repositories { mavenLocal() jcenter() + google() maven { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$projectDir/../../../node_modules/react-native/android"