layout: post author:
name: Chris Brody
url: https://twitter.com/brodybits
title: "Cordova Android 7.1.4 Released!" categories: announcements
We are happy to announce that Cordova Android 7.1.4
has been released! This resolves a bug that was introduced in the recent 7.1.3
release. Thanks to our users for the quick reports on GitHub issues and the help in identifying the problem.
If you have been staying on Cordova Android 6.x due to compatibility issues with 3rd party plugins, we strongly encourage you to try an update to Cordova Android 7.1.4
. Please file issues if you run into any plugin compatibility issues with this new release.
To upgrade:
npm install -g cordova
cd my_project
cordova platform remove android
cordova platform add android@latest
To add it explicitly:
cordova platform add android@7.1.4