blob: 2e900200f03b7d44d371d9b425f808b5d6b74325 [file] [log] [blame]
android {
defaultConfig {
setManifestPlaceholders a: 'b'
}
buildTypes {
mumble {
setManifestPlaceholders c: 'd'
}
}
productFlavors {
foo {
setManifestPlaceholders e: 'f', g: 'h'
}
}
}