Merge pull request #4209 from fslori/gradle_timeout
Fix gradle timeout (#4208)
This commit is contained in:
commit
9c235c5ebe
1 changed files with 1 additions and 1 deletions
|
@ -55,8 +55,8 @@ subprojects {
|
|||
repositories {
|
||||
mavenCentral()
|
||||
google()
|
||||
maven { url 'https://jitpack.io' }
|
||||
jcenter()
|
||||
maven { url 'https://jitpack.io' }
|
||||
}
|
||||
|
||||
configurations.all {
|
||||
|
|
Loading…
Reference in a new issue