4 Star 68 Fork 23

newki / 2024AndroidTemplate

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
settings.gradle.kts 963 Bytes
一键复制 编辑 原始数据 按行查看 历史
newki 提交于 2024-02-21 14:49 . 加入独立运行模块
pluginManagement {
repositories {
google()
mavenCentral()
gradlePluginPortal()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
maven("https://maven.aliyun.com/nexus/content/groups/public/")
maven("https://maven.aliyun.com/nexus/content/repositories/jcenter")
maven("https://maven.aliyun.com/nexus/content/repositories/google")
maven("https://maven.aliyun.com/nexus/content/repositories/gradle-plugin")
maven("https://jitpack.io")
google()
mavenCentral()
jcenter()
}
}
rootProject.name = "2024AndroidTemplate"
include(":app")
include(":app-api")
include(":cpt-auth")
include(":cpt-auth-api")
include(":cpt-profile")
include(":cpt-profile-api")
include(":cs-baselib")
include(":cs-service")
//独立运行模块
include(":standalone:runalone-auth")
include(":standalone:runalone-profile")
1
https://gitee.com/newki123456/2024-android-template.git
git@gitee.com:newki123456/2024-android-template.git
newki123456
2024-android-template
2024AndroidTemplate
master

搜索帮助