Rearrange repositories in android build script

This commit is contained in:
Mikhael Bogdanov
2018-10-24 09:17:11 +02:00
parent c8caed5b6f
commit d82ca9ccd0
@@ -2,9 +2,8 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.2.1'
@@ -16,8 +15,8 @@ buildscript {
apply plugin: 'com.android.application'
repositories {
jcenter()
google()
jcenter()
}
android {