Voltbuilder API Level for Play Store

I just built my App with AppStudio/Voltbuilder and uploaded the .aab manually.

I received this error…

Your app currently targets API level 29 and must target at least API level 30 to ensure it is built on the latest APIs optimized for security and performance. Change your app’s target API level to at least 30.

Please advise.

Warren

Check this document:

Start by adding this to your config.xml:

<engine name="android" spec="10.1.1" />

Thank you, that fixed it!

Warren