put google() before jcenter() in gradle

This commit is contained in:
Christian Schneppe 2018-06-16 23:45:08 +02:00
parent 0f999fdafd
commit 38e4fa9817

View file

@ -13,11 +13,9 @@ buildscript {
apply plugin: 'com.android.application'
repositories {
google()
jcenter()
mavenCentral()
maven {
url 'https://maven.google.com'
}
maven {
url "https://jitpack.io"
}