Cordova-android@13.0.0

How can I make the VoltBuilder compiler use cordova-android@13.0.0 instead of cordova-android@14.0.0?

Thanks.

Add the following line to your config.xml:

<engine name="android" spec="13.0.0" />

That doesn’t work for me, I have it like this in the config.xml and it’s still doing this:

2025-04-07 16:37:08,607 - #1 SMP PREEMPT_DYNAMIC Debian 6.1.115-1 (2024-11-01)
2025-04-07 16:37:09,002 - app.framework: cordova
2025-04-07 16:37:09,003 - Verbose logging is off. Change this in voltbuilder.json
2025-04-07 16:37:09,003 - VoltBuilder run started at 2025-04-07 16:37:09.003523
2025-04-07 16:37:09,003 - Plan: Indy
2025-04-07 16:37:09,003 - Preflight Check
2025-04-07 16:37:09,004 - adding android to xmlns
2025-04-07 16:37:09,005 - id is com.hhgranada
2025-04-07 16:37:09,748 - Output: Creating a new cordova project.

2025-04-07 16:37:34,042 - Output: Using cordova-fetch for cordova-android
Adding android project…
android-targetSdkVersion should be greater than or equal to 35.
Creating Cordova project for the Android platform:
Path: platforms/android
Package: *************
Name: ****************
Activity: MainActivity
Android Target SDK: android-35
Android Compile SDK: 34
Subproject Path: CordovaLib
Subproject Path: app
Android project created with cordova-android@14.0.0
Plugin ‘cordova-plugin-firebasex’ found in config.xml… Migrating it to package.json
Plugin ‘cordova-plugin-media’ found in config.xml… Migrating it to package.json
Plugin ‘cordova-plugin-media-capture’ found in config.xml… Migrating it to package.json

The engine tag belongs at the top level, not in the platform specific section.