blob: 3c1002be8f0b50cf212cffefd04f6b26c583946a [file] [log] [blame]
android {
defaultConfig {
matchingFallbacks = ['one', 'two']
}
buildTypes {
mumble {
matchingFallbacks = ['three']
}
}
productFlavors {
foo {
matchingFallbacks = ['four']
}
}
}