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 {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
@ -16,9 +16,9 @@ buildscript {
allprojects {
repositories {
google()
mavenLocal()
jcenter()
google()
}
}