layout: post author:
name: Darryl Pogue
url: https://twitter.com/dpogue
title: "Cordova Android 7.1.2 Released!" categories: announcements
We are happy to announce that Cordova Android 7.1.2
has been released! This release fixes various bugs releated to gradle repositories and plugin compatibility.
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.2. 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@7.1.2
To add it explicitly:
cordova platform add android@7.1.2