Follow up on Android 13 APK

In the previous answer to this topic (which I think has been closed now), this is what is to be put into the config.xml
engine name=“android” spec=“12.0.0” /
preference name=“android-targetSdkVersion” value=“33” /

I have the engine name in my current config, so I can easily change the 10.0.0 to 12.0.0.
I don’t have the ‘preference name’ line though. Should I add it or just continue without it?

Thanks

I believe if you leave it out, it will use the latest SDK version, which is 33.