Android Target API for Android 13

Google now require all apps to target at least Android 13 before August 31st 2023, can VoltBuilder build for target API Android 13, if so what should the numbers be below (to replace “??”)

<engine name="android" spec="??" />
<preference name="android-minSdkVersion" value="??" />
<preference name="android-targetSdkVersion" value="??" />

It should be this:

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

In my current Config.xml I have the top line “engine…” but I don’t have the bottom line “preference”. Do I need to add it if it isn’t there now or just change the engine line?
Thanks

If you leave the preference tag out, I believe it will target the latest SDK.