Replace Google's repository URL with an alias

This commit is contained in:
Matthias Bertram 2018-06-08 20:39:47 +02:00
parent 5423d91e5c
commit ab6e697f0b

View file

@ -2,9 +2,7 @@
buildscript {
repositories {
maven {
url "https://maven.google.com"
}
google()
jcenter()
}
dependencies {
@ -17,7 +15,7 @@ buildscript {
allprojects {
repositories {
maven { url "https://maven.google.com" }
google()
jcenter()
maven { url "https://jitpack.io" }
}