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

Unverified Commit 72debde5 authored by tobiasKaminsky's avatar tobiasKaminsky
Browse files

move google() to first place

parent e892151d
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
buildscript {
    repositories {
        jcenter()
        google()
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'
@@ -13,8 +13,8 @@ apply plugin: 'com.android.library'
apply plugin: 'com.github.dcendents.android-maven'

repositories {
    jcenter()
    google()
    jcenter()
}

dependencies {
+1 −1
Original line number Diff line number Diff line
apply plugin: 'com.android.application'

repositories {
    jcenter()
    google()
    jcenter()
}

dependencies {
+3 −5
Original line number Diff line number Diff line
@@ -2,17 +2,15 @@ apply plugin: 'com.android.application'
apply plugin: 'jacoco-android'

repositories {
    jcenter()
    google()
    jcenter()
}

buildscript {
    repositories {
        jcenter()
        maven {
            url 'https://oss.sonatype.org/content/repositories/snapshots/'
        }
        google()
        jcenter()
        maven { url 'https://oss.sonatype.org/content/repositories/snapshots/' }
    }
    dependencies {
        classpath 'com.dicedmelon.gradle:jacoco-android:0.1.3'