Add mavenCentral

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

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

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

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