blob: 4ada2a669b0b274a91559c6395263f1524507922 [file] [log] [blame]
android {
defaultConfig {
testInstrumentationRunnerArguments(mapOf("foo" to "bar", "baz" to "quux"))
}
productFlavors {
create("foo") {
testInstrumentationRunnerArguments(mapOf("a" to "b"))
}
}
}