1 Star 1 Fork 0

Emotional_bug / mySport

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 324 Bytes
一键复制 编辑 原始数据 按行查看 历史
Emotional_bug 提交于 2023-05-27 22:14 . first commit
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "mySport"
include ':app'
Kotlin
1
https://gitee.com/emotional-bug/my-sport.git
git@gitee.com:emotional-bug/my-sport.git
emotional-bug
my-sport
mySport
master

搜索帮助