Update build.gradle

This commit is contained in:
沉默的湮灰 2021-07-12 16:54:55 +08:00 committed by GitHub
parent 1d246b9229
commit c71137169c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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