publish an update only for specific versions of android?

Viewed 534

Is this possible to publish an update only for system versions above some API level? Say, I have an app with version 1.0, which have support from API 16 and then I want to release 1.1 update only for API 21 and above AND I want to keep 1.0 for older devices as well (so old version of my app will be visible on play store for old devices and new version will be visible for new devices). Is this possible in Google Play Dev Console?

0 Answers
Related