Always put the Google repo above jcenter

This commit is contained in:
Darryl Pogue
2018-10-23 08:21:05 -07:00
parent ff2ec7eed1
commit 2c10545cd8
3 changed files with 5 additions and 3 deletions
+2
View File
@@ -2,6 +2,7 @@
buildscript {
repositories {
google()
jcenter()
}
dependencies {
@@ -14,6 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}