Add below script
repositories {
maven{
url 'https://maven.aliyun.com/repository/google' }
maven {
url 'http://maven.aliyun.com/nexus/content/groups/public/' }
mavenCentral()
google()
jcenter()
}