move google repo before jcenter for maven

Signed-off-by: Dmitry Novotochinov <dmitry.novot@gmail.com>
This commit is contained in:
Jakub Sokołowski 2018-10-23 15:31:21 +02:00 committed by Dmitry Novotochinov
parent 96fe193daa
commit 14ef386f2e
No known key found for this signature in database
GPG Key ID: 43D1DAF5AD39C927
1 changed files with 1 additions and 1 deletions

View File

@ -18,12 +18,12 @@ buildscript {
allprojects {
repositories {
mavenLocal()
google()
jcenter()
maven { url "$rootDir/../node_modules/react-native/android" }
maven { url "$rootDir/../modules/react-native-status/android/libs" }
// for geth, function, and status-go
flatDir { dirs "libs", "${rootDir}/app/libs" }
maven { url "https://jitpack.io" }
google()
}
}