文章分类 -  Gradle

摘要:1.在项目的build.gralde文件中添加/修改如下配置(下面配置加上了阿里云镜像仓库) allprojects { repositories { jcenter() google() maven { url "https://jitpack.io" } maven { url 'https:/ 阅读全文
posted @ 2022-06-07 11:30 Baby~She 阅读(585) 评论(0) 推荐(0)