simplify gradle repositories to fix Android plugin download error
This commit is contained in:
parent
00da6080c7
commit
e55b121489
10
build.gradle
10
build.gradle
@ -1,9 +1,6 @@
|
|||||||
buildscript {
|
buildscript {
|
||||||
repositories {
|
repositories {
|
||||||
maven {
|
jcenter()
|
||||||
url "https://repo1.maven.org/maven2"
|
|
||||||
jcenter()
|
|
||||||
}
|
|
||||||
maven {
|
maven {
|
||||||
url 'https://maven.google.com/'
|
url 'https://maven.google.com/'
|
||||||
name 'Google'
|
name 'Google'
|
||||||
@ -16,6 +13,9 @@ buildscript {
|
|||||||
allprojects {
|
allprojects {
|
||||||
repositories {
|
repositories {
|
||||||
jcenter()
|
jcenter()
|
||||||
maven { url 'https://maven.google.com' }
|
maven {
|
||||||
|
url 'https://maven.google.com/'
|
||||||
|
name 'Google'
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user