Always put the Google repo above jcenter

This commit is contained in:
Darryl Pogue 2018-10-23 08:21:05 -07:00
parent 750531c4bc
commit 36c6f44697
No known key found for this signature in database
GPG Key ID: CB824715C3E6FD41
3 changed files with 5 additions and 3 deletions

View File

@ -24,10 +24,10 @@ ext {
buildscript {
repositories {
jcenter()
maven {
url "https://maven.google.com"
}
jcenter()
}
dependencies {

View File

@ -2,6 +2,7 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
@ -14,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}

View File

@ -20,8 +20,8 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.0.1'
@ -33,8 +33,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
}
}