添加aliyun grradle

This commit is contained in:
lijia 2024-11-30 15:13:56 +08:00
parent cabbe363a9
commit e4bdf1384f

View File

@ -4,6 +4,9 @@ buildscript {
// ext.kotlin_version = "1.5.0" // ext.kotlin_version = "1.5.0"
ext.kotlin_version = "1.6.10" ext.kotlin_version = "1.6.10"
repositories { repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
google() google()
jcenter() // jcenter() //
mavenCentral() mavenCentral()
@ -22,6 +25,9 @@ buildscript {
allprojects { allprojects {
repositories { repositories {
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/jcenter' }
maven { url 'https://maven.aliyun.com/nexus/content/groups/public' }
google() google()
jcenter() // Warning: this repository is going to shut down soon jcenter() // Warning: this repository is going to shut down soon
mavenCentral() mavenCentral()