69.1.2. 使用Gradle自动暴露属性
processResources {
expand(project.properties)
}app.name=${name}
app.description=${description}Last updated
Was this helpful?
processResources {
expand(project.properties)
}app.name=${name}
app.description=${description}Last updated
Was this helpful?
Was this helpful?