1 Star 0 Fork 235

背包儿郎 / my-tv

forked from 大漠孤烟 / my-tv 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 322 Bytes
一键复制 编辑 原始数据 按行查看 历史
Li ZongYing 提交于 2023-12-04 19:36 . init
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "My TV"
include ':app'
1
https://gitee.com/backpack-erlang/my-tv.git
git@gitee.com:backpack-erlang/my-tv.git
backpack-erlang
my-tv
my-tv
main

搜索帮助