添加一些镜像

This commit is contained in:
gedoor 2020-08-06 08:26:08 +08:00
parent b955271815
commit 5a849d8611

View File

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