Sunday, February 22, 2015

How to check / update cordova android version of a cordova/phonegap project?

The current platform version of a cordova app can be checked by the following command

cordova platform version android
And can be upgraded using the command

cordova platform update android
You can replace android by any of your platform choice like "ios" or some else.

No comments:

Post a Comment