This commit is contained in:
v7lin
2021-07-31 16:36:07 +08:00
2 changed files with 4 additions and 4 deletions

View File

@ -4,7 +4,7 @@ version '3.0.0'
buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -15,7 +15,7 @@ buildscript {
rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

View File

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