代码拉取完成,页面将自动刷新
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(':', '-')
}
}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。