blob: eb4f884cfe2604449152fe7df484c3fd7b366a3a [file] [log] [blame]
android {
defaultConfig {
maxSdk 29
}
productFlavors {
foo {
maxSdk 28
}
}
}