Update build.gradle

This commit is contained in:
沉默的湮灰
2021-07-12 16:54:04 +08:00
committed by GitHub
parent 3e0de01504
commit b62ea3a2d1

View File

@ -1,7 +1,7 @@
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -12,7 +12,7 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}