diff --git a/android/build.gradle b/android/build.gradle index 67ad809c..ead33838 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -7,6 +7,7 @@ buildscript { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } + google() } dependencies { classpath 'com.android.tools.build:gradle:3.0.0-beta6' @@ -25,5 +26,6 @@ allprojects { // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm url "$rootDir/../node_modules/react-native/android" } + google() } }