Reorder google() in build.gradle to fix build errors

This commit is contained in:
Carl Vuorinen 2018-10-30 22:38:57 +02:00 committed by Phillip Thelen
parent 567c7e0482
commit ebd5d32fd6

View file

@ -6,8 +6,8 @@ buildscript {
ext.sdk_version = 28
repositories {
jcenter()
google()
jcenter()
maven { url "https://plugins.gradle.org/m2/" }
}
dependencies {
@ -24,8 +24,8 @@ apply plugin: 'io.gitlab.arturbosch.detekt'
allprojects {
repositories {
jcenter()
google()
jcenter()
}
}