[android] Update to use google() path

This commit is contained in:
Chris Bianca 2018-04-13 12:12:18 +01:00
parent fe44ca90b1
commit 673855c510
1 changed files with 1 additions and 3 deletions

View File

@ -39,9 +39,7 @@ allprojects {
repositories {
jcenter()
mavenLocal()
maven {
url "https://maven.google.com"
}
google()
}
}