Multiple APK with Multiple API

Hello

I want to build 2 APKs with API level 21 and 28 and upload these to Play Store so that the lower version android (api 21) users also can install it to their phones .Would that be possible ? or any other alternative way to target the api 21 users? please

Set minimum API 21 and max 28 all users can use single apk

1 Like

As per play store guidelines , it needs to target min api 28 . i also dont find any option to set maximum api at kodular platform . it suggests only minimum api .

1 Like

Max default is already 28 ,you just need to set minimum API from advanced properties

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.