flip google() and jcenter() repos

This commit is contained in:
tibbi 2018-09-05 21:30:55 +02:00
parent 64dcf28e8c
commit a03701c4b9
1 changed files with 2 additions and 2 deletions

View File

@ -4,8 +4,8 @@ buildscript {
ext.kotlin_version = '1.2.61'
repositories {
jcenter()
google()
jcenter()
}
dependencies {
@ -19,8 +19,8 @@ buildscript {
allprojects {
repositories {
jcenter()
google()
jcenter()
maven { url "https://jitpack.io" }
}
}