Changed repository order for gradle (#1728)

This commit is contained in:
iBaer 2018-11-17 10:15:03 +01:00 committed by inorichi
parent 9cbf226cfd
commit 030071e659

View File

@ -3,8 +3,8 @@ apply plugin: 'com.github.ben-manes.versions'
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.0'
@ -18,8 +18,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url "https://jitpack.io" }
maven { url "https://oss.sonatype.org/content/repositories/snapshots/" }
}