With targeting specific Android versions for submission to the app stores, i had the following in config.xml
engine name=“android” spec=“12.0.1”
preference name=“android-targetSdkVersion” value=“34”
If i remove the above lines from config.xml, will the build automatically use the latest Android version (API level) ?
Thanks