You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by st...@apache.org on 2017/01/06 18:23:09 UTC

docs commit: added android 6.1.1 release blog post

Repository: cordova-docs
Updated Branches:
  refs/heads/master e4390a3ab -> 1a99ca2aa


added android 6.1.1 release blog post


Project: http://git-wip-us.apache.org/repos/asf/cordova-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/cordova-docs/commit/1a99ca2a
Tree: http://git-wip-us.apache.org/repos/asf/cordova-docs/tree/1a99ca2a
Diff: http://git-wip-us.apache.org/repos/asf/cordova-docs/diff/1a99ca2a

Branch: refs/heads/master
Commit: 1a99ca2aa00f26ba7d2964d0245bddbc226331e3
Parents: e4390a3
Author: Steve Gill <st...@gmail.com>
Authored: Thu Jan 5 15:58:14 2017 -0800
Committer: Steve Gill <st...@gmail.com>
Committed: Thu Jan 5 15:58:14 2017 -0800

----------------------------------------------------------------------
 www/_posts/2017-01-05-android-release.md | 32 +++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/1a99ca2a/www/_posts/2017-01-05-android-release.md
----------------------------------------------------------------------
diff --git a/www/_posts/2017-01-05-android-release.md b/www/_posts/2017-01-05-android-release.md
new file mode 100644
index 0000000..2909fe9
--- /dev/null
+++ b/www/_posts/2017-01-05-android-release.md
@@ -0,0 +1,32 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Cordova Android 6.1.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+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
+
+<!--more-->
+## What's new in Android
+* [CB-12159](https://issues.apache.org/jira/browse/CB-12159) **Android** Keystore password prompt won't show up
+* [CB-12169](https://issues.apache.org/jira/browse/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`
+


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@cordova.apache.org
For additional commands, e-mail: commits-help@cordova.apache.org