Cordova CLI and cordova-android version used in VoltBuilder

Hi,

I am developing together with a client a custom cordova plugin to integrate their product into our app. While developing the integration, the build process seems to work fine but then the app continues to crash.

Our partner asked us for the following information:
'Can we get outputs of following commands please:

cordova -v
cordova platform version android'

Looking at the log file of the build, i found this:


    cli: 12.0.0
        common: 5.0.0
        create: 5.0.0
        lib: 12.0.1
            common: 5.0.0
            fetch: 4.0.0
            serve: 4.0.1

Project Installed Platforms:

    android: 13.0.0

So, can I assume that the cordova cli in use for VoltBuilder is CLI 12.0.0, while cordova platform version for android is the 13.0.0?

Thank you in advance for your answer.

You are correct. Other android platform versions are available as well.

Understood, thanks! For what concerns gradle and android gradle plugin, can you help me on how to understand which one is used?

The gradle plugin used is dependent on the engine being used. We support all engines back to 9.0.0, and support all gradle plugins required by the engines.