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:
The previous default was 3.7.0 and if you'd like to keep it at that version, put this in your config.xml:
Apologies for any confusion this has caused!
More info on cli-5.2.0 here.
<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.
Be the first to post a reply!
