put google() before jcenter() in gradle
This commit is contained in:
parent
0f999fdafd
commit
38e4fa9817
1 changed files with 1 additions and 3 deletions
|
@ -13,11 +13,9 @@ buildscript {
|
|||
apply plugin: 'com.android.application'
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url 'https://maven.google.com'
|
||||
}
|
||||
maven {
|
||||
url "https://jitpack.io"
|
||||
}
|
||||
|
|
Reference in a new issue