layout: post author:
name: Steve Gill
url: https://twitter.com/stevesgill
title: "Cordova Android 5.2.2 & Cordova iOS 4.2.1 Released!" categories: announcements
We are happy to announce patch releases forCordova Android 5.2.2
& Cordova iOS 4.2.1
have been released! We have also updated and released Cordova Common 1.4.1
.
These release fixes issues with the new edit-config
functionality in plugin.xml
. Read more about edit-config
at http://cordova.apache.org/docs/en/latest/plugin_ref/spec.html#edit-config.
Note: When updating iOS, make sure to save your plugins as current unsaved plugins may not be reinstalled otherwise. Run the following command in your project to save your currently installed plugins into config.xml
:
cordova plugin save
To upgrade:
npm install -g cordova
cd my_project
cordova platform update android@5.2.2
cordova platform rm ios
cordova platform add ios@4.2.1
To add it explicitly:
cordova platform add android@5.2.2
cordova platform add ios@4.2.1
cordova-common
to ^1.4.0
CDVAvailability.h
with new versionnode_modules
WebViewEngines