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