Move jcenter to bottom

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

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

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

Loading…
Cancel
Save