3 Star 0 Fork 1

王雨潇 / android_tetris

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 289 Bytes
一键复制 编辑 原始数据 按行查看 历史
YXWang 提交于 2021-07-31 17:01 . 初始化仓库,写了 .gitignore 文件
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
jcenter() // Warning: this repository is going to shut down soon
}
}
rootProject.name = "android_tetris"
include ':app'
Kotlin
1
https://gitee.com/yxwang2023/android_tetris.git
git@gitee.com:yxwang2023/android_tetris.git
yxwang2023
android_tetris
android_tetris
master

搜索帮助