File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ buildscript {
151151allprojects {
152152 repositories {
153153 jcenter()
154- google()
154+ maven { url " https://maven. google.com " }
155155 maven { url " https://jitpack.io" }
156156 }
157157}
Original file line number Diff line number Diff line change 33buildscript {
44 repositories {
55 jcenter()
6- google()
6+ maven { url " https://maven. google.com " }
77 }
88 dependencies {
99 classpath ' com.android.tools.build:gradle:3.0.1'
@@ -17,7 +17,7 @@ allprojects {
1717 repositories {
1818 mavenLocal()
1919 jcenter()
20- google()
20+ maven { url " https://maven. google.com " }
2121 maven {
2222 // All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
2323 url " $rootDir /../node_modules/react-native/android"
You can’t perform that action at this time.
0 commit comments