Could not get resource 'https://jcenter.bintray.com/com/


Could not get resource ‘https://jcenter.bintray.com/com/

1
2
3
4
5
6
7
8
9
10

allprojects {
repositories {
maven{ url'http://maven.aliyun.com/nexus/content/groups/public/' }
maven { url 'http://developer.huawei.com/repo/' }
jcenter { url 'http://maven.aliyun.com/nexus/content/repositories/jcenter' }
google()
jcenter()
}
}