I have a Phonegap app that I started with an earlier version of Phonegap, that I want to upgrade to the latest version. What steps do I take to upgrade it?
I'm shooting for a general answer, but my specific case is Phonegap 1.1.0 -> 1.2.0
I found this tonight and it seems more straightforward. See http://phonegap.com/blog/2013/11/28/phonegap-320-released/
Mac and Linux:
$ sudo npm install -g phonegap
Windows:
C:\> npm install -g phonegap
$ cd path/to/my-app
$ phonegap platform update android
You can substitute android for any platform name.
Depends on the platform. For Android you just need to replace your .jar/.js files with the 1.2 versions and update the script tag to refer to the phonegap-1.2.0.js file.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With