Readd google repo

This commit is contained in:
Mo Bitar
2017-10-12 10:41:18 -05:00
parent c911e06e0a
commit ff03e6eb87

View File

@@ -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()
}
}