赞
踩
在工程的settings.gradle中添加
repositories {
google()
jcenter()
mavenCentral()
maven { url 'https://jitpack.io' }
//阿里云镜像
maven { url 'https://maven.aliyun.com/repository/google' }
maven { url 'https://maven.aliyun.com/repository/public' }
maven { url 'https://maven.aliyun.com/repository/gradle-plugin' }
}
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。