change google() before jcenter()
This commit is contained in:
parent
37172abd5f
commit
63a751a34a
|
@ -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
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue