使用开源中国的maven库
阿里云的(速度飞快):http://maven.aliyun.com/nexus/content/groups/public/
替换项目根目录下build.gradle中的
repositories {
jcenter()
}
为:
repositories {
maven{url ‘http://maven.aliyun.com/nexus/content/groups/public/‘}
}
原文地址:https://www.cnblogs.com/xxsl/p/9721541.html
时间: 2024-11-04 19:32:04