Blog RSS Feed

Cordova Android 6.1.0 Released!
07 Nov 2016

We are happy to announce that Cordova Android 6.1.0 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.0

To add it explicitly:

cordova platform add android@6.1.0

What's new in Android

  • CB-12108 Updating gradle files to work with the latest version of Android Studio
  • CB-12102 Bump travis to build to API 25
  • Bumping up the version
  • CB-12101 Fix so that CLI builds don't conflict with Android Studio builds
  • CB-12077 Fix paths for Android icons/splashscreens
Previous

Tools Released!
25 Oct 2016 - By Steve Gill

New updates of our tools are now available! cordova@6.4.0 cordova-lib@6.4.0 plugman@1.4.0 cordova-js@4.2.0...

Next

Cordova iOS 4.3.1
02 Dec 2016 - By Shazron Abdullah

We are happy to announce a patch version of Cordova iOS 4.3.1...