Add back jcenter for now

This commit is contained in:
Mygod
2021-04-13 09:52:54 +08:00
parent 0c1221e955
commit bf28dae286

View File

@@ -5,6 +5,7 @@ plugins {
buildscript { buildscript {
repositories { repositories {
google() google()
jcenter()
mavenCentral() mavenCentral()
} }
@@ -20,6 +21,7 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
google() google()
jcenter()
mavenCentral() mavenCentral()
maven("https://jitpack.io") maven("https://jitpack.io")
} }