commit
18aee1b92c
1 changed files with 4 additions and 2 deletions
|
@ -27,8 +27,9 @@ buildscript {
|
|||
}
|
||||
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
google()
|
||||
jcenter()
|
||||
}
|
||||
|
||||
dependencies {
|
||||
|
@ -44,9 +45,10 @@ project.ext {
|
|||
|
||||
subprojects {
|
||||
repositories {
|
||||
jcenter()
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url 'https://jitpack.io' }
|
||||
jcenter()
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
|
Loading…
Reference in a new issue