Android API Level

My app is built by AppStudio/VoltBuilder using the current version of AppStudio.

I just uploaded the App Bundle to Google Play Store and got this message:

1 Error
1 message for version code 1996
Error
Your app currently targets API level 33 and must target at least API level 34 to ensure it is built on the latest APIs optimized for security and performance.

Please advise,

Warren

This has come up a few times on the VoltBuilder folder. Here’s a thread which might be useful:

In the VoltBuilder note you referenced:

Cordova has specs to build for different versions of the Android OS. To build for the latest version, remove the engine tag from your config.xml.

I did as it said and everything worked perfectly.

Thank you.