Use google() in buildscript
This commit is contained in:
parent
314b2fb14f
commit
b43a7354cf
2 changed files with 2 additions and 4 deletions
|
|
@ -3,6 +3,7 @@
|
|||
buildscript {
|
||||
repositories {
|
||||
jcenter()
|
||||
google()
|
||||
}
|
||||
dependencies {
|
||||
classpath 'com.android.tools.build:gradle:2.3.3'
|
||||
|
|
@ -16,7 +17,7 @@ allprojects {
|
|||
repositories {
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
maven { url 'https://maven.google.com' }
|
||||
google()
|
||||
maven { url 'https://clojars.org/repo' }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue