productFlavors {
kkandbelow {
minSdkVersion 19
targetSdkVersion 19
applicationId 'bla.bla'
versionCode 1
versionName "1.0"
}
landabove {
minSdkVersion 21
applicationId 'bla.bla'
versionCode 1
versionName "1.0"
}
}
flavor kkandbelow
compiled apk is a valid installer file on android-21(marshmallow)?
Though the targetSdkversion specified as 19, the apk is still installing on androd 5.0.1 device. Is this behavior expected?