mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-24 04:16:00 +08:00
Make google repo priority higher than jcenter (#21910)
Summary: Fixes https://github.com/facebook/react-native/issues/21907#issuecomment-432319128 and prevent similar issues happening again Pull Request resolved: https://github.com/facebook/react-native/pull/21910 Differential Revision: D10842256 Pulled By: hramos fbshipit-source-id: f4abaa1c8ff8df6f0fb57b1bad745f4df9da7143
This commit is contained in:
committed by
Facebook Github Bot
parent
af4903ed73
commit
88981a8e12
@@ -22,13 +22,13 @@ buildscript {
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
mavenLocal()
|
||||
jcenter()
|
||||
maven {
|
||||
// All of React Native (JS, Obj-C sources, Android binaries) is installed from npm
|
||||
url "$rootDir/../node_modules/react-native/android"
|
||||
}
|
||||
google()
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user