赞
踩
修改build.gradle
添加阿里云maven仓库
buildscript {
repositories {
google()
maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'}
jcenter()
}
}
allprojects {
repositories {
google()
maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'}
jcenter()
}
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。