layout: post author:
name: Joe Bowser
url: https://twitter.com/infil00p
title: "Cordova Android 6.1.0 Released!" categories: announcements
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