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 { buildscript {
repositories { repositories {
jcenter()
google() google()
jcenter()
} }
dependencies { dependencies {
classpath 'com.android.tools.build:gradle:3.2.1' classpath 'com.android.tools.build:gradle:3.2.1'
@@ -16,8 +15,8 @@ buildscript {
apply plugin: 'com.android.application' apply plugin: 'com.android.application'
repositories { repositories {
jcenter()
google() google()
jcenter()
} }
android { android {