Add google repository (#603)

This commit is contained in:
Erik Rudisch 2018-12-11 21:03:43 +01:00 committed by Synced Synapse
parent c6e8957b27
commit 645f22f64a
2 changed files with 3 additions and 9 deletions

View File

@ -2,11 +2,8 @@
buildscript {
repositories {
google()
jcenter()
maven {
url 'https://maven.google.com/'
name 'Google'
}
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
@ -18,10 +15,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven {
url "https://maven.google.com/"
name 'Google'
}
}
}