If I publish an update of my App (APK) on Google Play version 1.01 for example at the range version of Android API 9 to 23.
And then I find a bug in relation to Android API 14, do an update version 1.2 and at compile time I just to set the API 14 as minimum and maximum.
Who use different Android device for API 14 will see the previous version or will disappear for them?
I wanted to release correction only to users with Android API 14
In some apps like Twitter appears that the version and size of the App depends on the device, would it?
Thank you