Replace Google's repository URL with an alias
This commit is contained in:
parent
5423d91e5c
commit
ab6e697f0b
1 changed files with 2 additions and 4 deletions
|
@ -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" }
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue