一、 常用配置
1、加载阿里云镜像
maven {url ("https://maven.aliyun.com/repository/google")}
maven {url ("https://maven.aliyun.com/repository/public") }
maven {url ("https://maven.aliyun.com/repository/central")}
maven {url ("https://maven.aliyun.com/repository/gradle-plugin")}
google()
mavenCentral()
二、常用资源
1、网站
Gradle 下载
https://services.gradle.org/distributions/
Android 开发者中文网站
https://developer.android.google.cn/
Material
https://material.io/