更改提交

master
王亚玲 2 years ago
parent ce8660cc45
commit eb3edf925d

@ -2,11 +2,12 @@ buildscript {
ext.kotlin_version = '1.6.10'
// ext.kotlin_version = '1.4.10'
repositories {
// google()
// mavenCentral()
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter'}
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
google()
jcenter()
mavenCentral()
// maven { url 'https://maven.aliyun.com/repository/google' }
// maven { url 'https://maven.aliyun.com/repository/jcenter'}
// maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
}
dependencies {
@ -17,11 +18,12 @@ buildscript {
allprojects {
repositories {
// google()
// mavenCentral()
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter'}
maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
google()
jcenter()
mavenCentral()
// maven { url 'https://maven.aliyun.com/repository/google' }
// maven { url 'https://maven.aliyun.com/repository/jcenter'}
// maven { url 'http://maven.aliyun.com/nexus/content/groups/public' }
}
}

Loading…
Cancel
Save