Merge pull request #3679 from k9mail/fix_ci_build

Fix Travis CI builds
This commit is contained in:
cketti 2018-10-24 03:44:07 +02:00 committed by GitHub
commit 18aee1b92c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 {