1 Star 0 Fork 0

liweiping/material-components-android

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
settings.gradle 1.02 KB
一键复制 编辑 原始数据 按行查看 历史
marianomartin 提交于 2020-06-24 10:24 . Delete shrine demos
include ':lib'
include ':testing:java:com:google:android:material:testapp'
include ':testing:java:com:google:android:material:testapp:animation'
include ':testing:java:com:google:android:material:testapp:base'
include ':testing:java:com:google:android:material:testapp:custom'
include ':testing:java:com:google:android:material:testapp:theme'
include ':catalog'
rootProject.children.each { p ->
def allChildren = []
def curChildren = p.children
while (!curChildren.isEmpty()) {
allChildren.addAll(curChildren)
curChildren =
(curChildren.findResults {
it.children.isEmpty() ? null : it.children
}).flatten()
}
allChildren.each { project ->
// Give each project a repository-wide unique name based on their path from
// the top-level dir (e.g. the project at java/io/material/catalog will
// be named :java-io-material-catalog). Doing so avoids the need to
// have unique directory names throughout our subprojects.
project.name = project.path.substring(1).replace(':', '-')
}
}
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/way/material-components-android.git
git@gitee.com:way/material-components-android.git
way
material-components-android
material-components-android
master

搜索帮助