阿里云的(速度飞快):http://maven.aliyun.com/nexus/content/groups/public/bash
替换项目根目录下build.gradle中的maven
repositories { jcenter() }
为:gradle
repositories { maven{url 'http://maven.aliyun.com/nexus/content/groups/public/'} }