Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Unverified Commit 18aee1b9 authored by cketti's avatar cketti Committed by GitHub
Browse files

Merge pull request #3679 from k9mail/fix_ci_build

Fix Travis CI builds
parents 22417427 9f84a913
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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 {