From ff03e6eb87eaa2b1b19e2b6eb6f76311aa091084 Mon Sep 17 00:00:00 2001 From: Mo Bitar Date: Thu, 12 Oct 2017 10:41:18 -0500 Subject: [PATCH] Readd google repo --- android/build.gradle | 2 ++ 1 file changed, 2 insertions(+) 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() } }