Merge pull request #4209 from fslori/gradle_timeout

Fix gradle timeout (#4208)
This commit is contained in:
cketti 2019-10-05 18:36:25 +02:00 committed by GitHub
commit 9c235c5ebe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -55,8 +55,8 @@ subprojects {
repositories {
mavenCentral()
google()
maven { url 'https://jitpack.io' }
jcenter()
maven { url 'https://jitpack.io' }
}
configurations.all {