Repository: cordova-docs
Updated Branches:
  refs/heads/master 88fdf0511 -> ff11f7a73


CB-11550 Add android@5.2.1 release blog post

This closes #619


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

Branch: refs/heads/master
Commit: ff11f7a736b16b5c042686f325028436fd4c00c3
Parents: 88fdf05
Author: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Authored: Mon Jul 11 18:53:43 2016 +0300
Committer: Vladimir Kotikov <kotikov.vladi...@gmail.com>
Committed: Wed Jul 13 13:24:58 2016 +0300

----------------------------------------------------------------------
 www/_posts/2016-07-11-cordova-android-5.2.1.md | 33 +++++++++++++++++++++
 1 file changed, 33 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cordova-docs/blob/ff11f7a7/www/_posts/2016-07-11-cordova-android-5.2.1.md
----------------------------------------------------------------------
diff --git a/www/_posts/2016-07-11-cordova-android-5.2.1.md 
b/www/_posts/2016-07-11-cordova-android-5.2.1.md
new file mode 100644
index 0000000..5882371
--- /dev/null
+++ b/www/_posts/2016-07-11-cordova-android-5.2.1.md
@@ -0,0 +1,33 @@
+---
+layout: post
+author:
+    name: Vladimir Kotikov
+    url: https://github.com/vladimir-kotikov
+title:  "Cordova Android 5.2.1"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 5.2.1` has been released!
+
+This release fixes a small yet annoying bug that results in impossibility to 
deploy app on emulator with API 23 image.
+
+This version will be used by default in next Cordova versions. As for now to 
install this version of **Cordova-android** you'll need to specify version 
explicitly.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform update android@5.2.1
+
+To add it explicitly:
+
+    cordova platform add android@5.2.1
+
+<!--more-->
+## What's new in Android platform
+
+* [CB-9489](https://issues.apache.org/jira/browse/CB-9489) Fixed "endless 
waiting for emulator" issue
+* [CB-11481](https://issues.apache.org/jira/browse/CB-11481) android-library 
is deprecated use com.android.library instead
+
+You can also take a look at the changes included in the previous release of 
`Android` platform - `cordova-android 5.2.0` - 
[here](http://cordova.apache.org/announcements/2016/07/02/android-5.2.0.html).


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

Reply via email to