blob: bfba63d9873a7526e6508fbb46cbc5e1a3da6272 [file] [log] [blame]
android {
defaultConfig {
minSdkPreview = "S"
}
productFlavors {
create("foo") {
minSdkPreview = "R"
}
}
}