layout: post author:
name: Chris Brody
url: https://twitter.com/brodybits
title: "Cordova Android 7.1.3 Released!" categories: announcements
We are happy to announce that Cordova Android 7.1.3
has been released! This release resolves a couple more issues releated to 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.3. 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.3
build.gradle
(#496)source-file
element with target-dir
that does not need remapping (#539)source-file
element with any app target-dir
value (#542)source-file
entries (individual files) (#550)build.gradle
(#551)build-extras.gradle
in the parent app directory (#553)