1 Star 3 Fork 0

格物方能致知 / AddressBookManagementSystem

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle.kts 347 Bytes
一键复制 编辑 原始数据 按行查看 历史
格物方能致知 提交于 2023-12-06 17:22 . 初始化仓库
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "AddressBookManagementSystem"
include(":app")
Android
1
https://gitee.com/gewuyou/address-book-management-system.git
git@gitee.com:gewuyou/address-book-management-system.git
gewuyou
address-book-management-system
AddressBookManagementSystem
master

搜索帮助