AS Maven加速

AS里build.gradle中的

allprojects {
repositories {
jcenter()
}
}
修改为
allprojects {
repositories {
// jcenter()
maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'}
}
}

你可能感兴趣的:(AS Maven加速)