Version number Apache Cordova

I received the following notice from google play:
“Please migrate your app(s) to Apache Cordova v.4.1.1 or higher as soon as possible and increment the version number of the upgraded APK”

It is an application created with ionic. How I can know which version cordova used when updating the project with ionic?

Thanks.

Check Cordova platform version

cordova platform version android

Upgrade Cordova platform

cordova platform update android

It is the minimum version of android where the app work?
or what version of cordova was generated the app?

image

In bower.json, config.xml, ionic.project or package.json nothing shows the version of cordoba used.

The file version.json in \www\lib is:
{
“version”: “1.0.0-rc.0”,
“codename”: “neodymium-newt”,
“date”: “2015-03-05”,
“time”: “21:14:15”
}

Thanks

It is neither the minimum android version supported or the version of cordova (cli) used, 3.7.1 is the version of the cordova platform library for Android that your app is using. You need to get it to a minimum of 4.1.1 to meet the requirements of the Google Play vulnerability notification.