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 { buildscript {
repositories { repositories {
maven { google()
url "https://maven.google.com"
}
jcenter() jcenter()
} }
dependencies { dependencies {
@ -17,7 +15,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
maven { url "https://maven.google.com" } google()
jcenter() jcenter()
maven { url "https://jitpack.io" } maven { url "https://jitpack.io" }
} }