Add mavenCentral

pull/1348/head
Alex Baker 3 years ago
parent 7dace383e2
commit 0036291670

@ -11,6 +11,7 @@ plugins {
} }
repositories { repositories {
mavenCentral()
jcenter() jcenter()
google() google()
maven(url = "https://jitpack.io") maven(url = "https://jitpack.io")

@ -1,5 +1,6 @@
buildscript { buildscript {
repositories { repositories {
mavenCentral()
jcenter() jcenter()
google() google()
} }

@ -3,5 +3,5 @@ plugins {
} }
repositories { repositories {
jcenter() mavenCentral()
} }
Loading…
Cancel
Save