1 Star 0 Fork 0

天天小志/ComposingBuildsTest

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 322 Bytes
一键复制 编辑 原始数据 按行查看 历史
xieshiqiang 提交于 2021-11-03 18:35 . Initial commit
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "ComposingBuildsTest"
include ':app'
includeBuild 'VersionPlugin'
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
Android
1
https://gitee.com/ttxz/ComposingBuildsTest.git
git@gitee.com:ttxz/ComposingBuildsTest.git
ttxz
ComposingBuildsTest
ComposingBuildsTest
master

搜索帮助