change google() before jcenter()

This commit is contained in:
lehug 2018-12-28 14:15:48 +08:00 committed by Luan Curti
parent 37172abd5f
commit 63a751a34a
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
google()
}
dependencies {
@ -36,4 +36,4 @@ repositories {
dependencies {
implementation "com.facebook.react:react-native:${safeExtGet("reactNative", "+")}" // from node_modules
}
}