How to set the minimum android api required?

I have built an aab file with EAS. Then, I’ve created a release in the Play Console and manually uploaded the aab file. Google claims that my app is supposed to support any Android phone that possesses API 21 or higher. ApI 21 was released in 2014, there is no way the app will work on such old phones. How to set a minimum Android API required for installation (I’d like to set API 30 at the minimum)?

Hi @donedeal0

Try the BuildProperties config plugin.

1 Like

Thank you!

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