App must target Android 13 (API level 33) or higher

App must target Android 13 (API level 33) or higher

I am getting this warning for all my apps. Need to Fix by 31 Aug (13 days away).

We have supported Android 13 builds since soon after the release of Cordova Android Engine 12. You can target API level 33 by adding the following lines to your config.xml:

<engine name="android" spec="12.0.0" />
<preference name="android-targetSdkVersion" value="33" />

Be aware that some Android plugins aren’t compatible with later SDK versions. Please let us know if you run into any trouble with this.