Move jcenter to bottom

pull/1352/head
Alex Baker 5 years ago
parent 05bc80b1f4
commit f168107a31

@ -12,9 +12,9 @@ plugins {
repositories { repositories {
mavenCentral() mavenCentral()
jcenter()
google() google()
maven(url = "https://jitpack.io") maven(url = "https://jitpack.io")
jcenter()
} }
android { android {

@ -1,8 +1,8 @@
buildscript { buildscript {
repositories { repositories {
mavenCentral() mavenCentral()
jcenter()
google() google()
jcenter()
} }
dependencies { dependencies {

Loading…
Cancel
Save