This commit is contained in:
gedoor 2021-03-16 11:48:31 +08:00
parent dff3f3dc9e
commit 05fecb34bf

View File

@ -4,7 +4,6 @@ buildscript {
ext.kotlin_version = '1.4.31'
repositories {
google()
jcenter()
maven { url "https://maven.aliyun.com/nexus/content/groups/public/" }
maven { url "https://s3.amazonaws.com/fabric-artifacts/public" }
maven { url "https://maven.aliyun.com/repository/gradle-plugin" }
@ -22,7 +21,6 @@ buildscript {
allprojects {
repositories {
google()
jcenter()
maven { url "https://maven.aliyun.com/nexus/content/groups/public/" }
maven { url "https://jitpack.io" }
maven { url "https://maven.google.com/" }