add gradle build repositories

This commit is contained in:
Wenqi Li 2023-05-03 02:28:08 +08:00
parent c7db355a12
commit 4b5463cfa1
2 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -18,6 +19,7 @@ rootProject.allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}

View File

@ -3,6 +3,7 @@ buildscript {
repositories {
google()
jcenter()
mavenCentral()
}
dependencies {
@ -15,6 +16,7 @@ allprojects {
repositories {
google()
jcenter()
mavenCentral()
}
}