add google for build gradle repository

This commit is contained in:
jesse
2018-12-08 18:49:16 +09:00
committed by Mikael Sand
parent a82d4876b3
commit 81f483aaf5
+2
View File
@@ -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"