CB-14127: (android) Move google maven repo ahead of jcenter

This commit is contained in:
Julio César
2018-06-11 23:12:58 +02:00
parent 02ee925103
commit 38d0e684f1
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -22,10 +22,10 @@ apply plugin: 'com.android.application'
buildscript {
repositories {
mavenCentral()
jcenter()
maven {
url "https://maven.google.com"
}
jcenter()
}
dependencies {