赞
踩
如下所示,在build.gradle中添加Aliyun Maven仓库
allprojects { repositories { maven{ url 'http://maven.aliyun.com/nexus/content/groups/public/'} jcenter() } }