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

Commit 9f84a913 authored by cketti's avatar cketti
Browse files

Add Maven Central and reorder Maven repositories

parent 22417427
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 {