9 Star 51 Fork 31

豆芽儿 / libcommon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
settings.gradle 369 Bytes
一键复制 编辑 原始数据 按行查看 历史
pluginManagement {
repositories {
gradlePluginPortal()
google()
mavenCentral()
}
}
dependencyResolutionManagement {
repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
repositories {
google()
mavenCentral()
}
}
rootProject.name = "libcommon"
include ':app'
include ':common'
include ':common:core'
include ':common:media'
include ':common:gl'
Android
1
https://gitee.com/liuchaoya/libcommon.git
git@gitee.com:liuchaoya/libcommon.git
liuchaoya
libcommon
libcommon
master

搜索帮助