Move google repository to first position

see https://gitlab.com/fdroid/fdroiddata/issues/1423
master
Max Ammann 2018-10-28 11:37:05 +01:00 committed by GitHub
parent ef157d98a6
commit 53cc698bd0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 1 deletions

View File

@ -2,8 +2,8 @@
buildscript {
repositories {
jcenter()
google()
jcenter()
}
dependencies {
classpath 'com.android.tools.build:gradle:3.1.2'
@ -12,6 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
}
}