~singpolyma/cheogram-android

354d20ecd648e2c38677111f82fe629f90f08bb2 — Daniel Gultsch 6 years ago 37c3bdb
put google() before jcenter() in gradle
1 files changed, 1 insertions(+), 3 deletions(-)

M build.gradle
M build.gradle => build.gradle +1 -3
@@ 13,12 13,10 @@ buildscript {
apply plugin: 'com.android.application'

repositories {
    google()
    jcenter()
    mavenCentral()
    maven {
        url 'https://maven.google.com'
    }
    maven {
        url "https://oss.sonatype.org/content/repositories/snapshots"
    }
}