更改提交

master
王亚玲 2 years ago
parent ce8660cc45
commit eb3edf925d

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

Loading…
Cancel
Save