Blog RSS Feed

Cordova Android 6.1.1 Released!
05 Jan 2017

We are happy to announce that Cordova Android 6.1.1 has been released!

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@6.1.1

To add it explicitly:

cordova platform add android@6.1.1

What's new in Android

  • CB-12159 Android Keystore password prompt won't show up
  • CB-12169 Check for build directory before running a clean
  • Fixed AndroidStudio tests to actually run, removed app/src/main/assets/ as a requirement and added app/src/main/res instead, added placeholder for build/ folder, Removed dupe gitignore
Previous

Plugins Release
12 Dec 2016 - By Shazron Abdullah

The following plugins were updated today: cordova-plugin-battery-status: 1.2.2 cordova-plugin-inappbrowser: 1.6.1 You can...

Next

Tools Released!
23 Jan 2017 - By Steve Gill

New updates of our tools are now available! cordova@6.5.0 cordova-lib@6.5.0 plugman@1.4.1 cordova-js@4.2.1...