Blog RSS Feed

Cordova Android 7.1.1 Released!
18 Jul 2018

We are happy to announce that Cordova Android 7.1.1 has been released! This release fixes various bugs releated to the previous cordova-android@7.1.0 release.

To upgrade:

npm install -g cordova
cd my_project
cordova platform remove android
cordova platform add android@7.1.1

To add it explicitly:

cordova platform add android@7.1.1

Curated Changelog

  • CB-14101 Fix Java version check for Java >= 9 (GH-446)
  • GH-445: Fix unsafe property access in run.js
  • GH-452: Emit log event instead of logging directly
  • CB-14127 (android) Move google maven repo ahead of jcenter
  • CB-13923 (android) fix -1 length for compressed files
  • CB-14145 use cordova-common@2.2.5 and update other dependencies to resolve npm audit warnings
  • CB-9366 log error.stack in cordova.js