Switch order of repositories, search Google repo first

This commit is contained in:
Christian Hagau 2019-07-06 00:00:00 +00:00
parent 0a0b06efaa
commit ce76577955
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
buildscript { buildscript {
repositories { repositories {
jcenter()
google() google()
jcenter()
} }
dependencies { dependencies {
@ -16,8 +16,8 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
jcenter()
google() google()
jcenter()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
} }
} }