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