blob: ead4d6c44d892ac73bf8145dd9d598416a383239 [file] [log] [blame]
android {
defaultConfig {
manifestPlaceholders += mapOf("a" to "b")
}
buildTypes {
create("mumble") {
manifestPlaceholders += mapOf("c" to "d")
}
}
productFlavors {
create("foo") {
manifestPlaceholders += mapOf("e" to "f", "g" to "h")
}
}
}