android-interop-testing: put google() repo first

This commit is contained in:
Eric Gribkoff 2018-10-24 20:07:16 +09:00 committed by Eric Anderson
parent b701e8920d
commit d5836a0151
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@
buildscript { buildscript {
repositories { repositories {
jcenter()
google() google()
jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.1.2' classpath 'com.android.tools.build:gradle:3.1.2'
@ -16,9 +16,9 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google()
mavenLocal() mavenLocal()
jcenter() jcenter()
google()
} }
} }