1
0
mirror of https://github.com/tijder/SmsMatrix.git synced 2024-10-27 18:24:01 +00:00

Move jcenter line below google #34

This commit is contained in:
Gerben Droogers 2018-11-19 10:46:46 +01:00
parent 93c51fb466
commit 38b08a7b87

View File

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