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

View File

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