update build.gradle
This commit is contained in:
parent
71f42308ac
commit
c1060dc1fe
1 changed files with 11 additions and 0 deletions
11
build.gradle
11
build.gradle
|
@ -12,6 +12,17 @@ buildscript {
|
|||
|
||||
apply plugin: 'com.android.application'
|
||||
|
||||
allprojects {
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
maven {
|
||||
url "https://jitpack.io"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
repositories {
|
||||
google()
|
||||
jcenter()
|
||||
|
|
Reference in a new issue