Default PhoneGap version is now cli-5.2.0

  • 1
  • Announcement
  • Updated 5 years ago
Last week we upped the default version of PhoneGap on Build to cli-5.2.0. If you didn't have the phonegap-version specified in your config.xml, your app would have been automatically upgraded to this version. To explicitly use this version, add this to your config.xml:

<preference name="phonegap-version" value="cli-5.2.0" />

The previous default was 3.7.0 and if you'd like to keep it at that version, put this in your config.xml:

<preference name="phonegap-version" value="3.7.0" />

Apologies for any confusion this has caused!

More info on cli-5.2.0 here.
Photo of ryan

ryan, Developer

  • 1538 Posts
  • 132 Reply Likes

Posted 5 years ago

  • 1

Be the first to post a reply!