Hi, our app min sdk is 16 & we are planning to...
# compose
r
Hi, our app min sdk is 16 & we are planning to migrate to api 21 for compose but don't want to loose <21 user base. They should be able download at least older version (of course no updates) instead of seeing
This app is not compatible with your device
in playstore. I've seen multiple-apk approach but it might increase our release cycle complexity. Is there a way to retain older
aab
to cater <21 api level? Also if we want to provide
liteversion
to <21 is it possible ? Any help/suggestions would be appreciated.
stackoverflow 1
i
You don't need to do anything special at all - just don't deactivate your previous APK when publishing your new one and it'll continue to be available to users on older versions of Android.
☝️ 1
🙌 1