android studio国内阿里源
repositories {google()mavenCentral()//MavenCentral镜像仓库地址 https://repo1.maven.org/maven2/maven { url 'https://maven.aliyun.com/repository/central' }//谷歌镜像仓库地址maven { url 'https://maven.aliyun.com/repos
·
repositories {
google()
mavenCentral()
//MavenCentral镜像仓库地址 https://repo1.maven.org/maven2/
maven { url 'https://maven.aliyun.com/repository/central' }
//谷歌镜像仓库地址
maven { url 'https://maven.aliyun.com/repository/google' }
//central仓和jcenter仓的聚合仓,jentral镜像仓库地址
maven { url 'https://maven.aliyun.com/repository/public'}
//gradle插件仓 https://plugins.gradle.org/m2/
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
}
https://developer.aliyun.com/mvn/guide
更多推荐
所有评论(0)