Github user dpogue commented on a diff in the pull request:

    https://github.com/apache/cordova-docs/pull/617#discussion_r69370630
  
    --- Diff: www/_posts/2016-07-02-android-5.2.0.md ---
    @@ -0,0 +1,66 @@
    +---
    +layout: post
    +author:
    +    name: Steve Gill
    +    url: https://twitter.com/stevesgill
    +title:  "Cordova Android 5.2.0"
    +categories: announcements
    +tags: news releases
    +---
    +
    +We are happy to announce that `Cordova Android 5.2.0` has been released!
    +
    +This release includes many bug fixes. Read below for the full changelog.
    +
    +A new version of the `cordova-cli` will need to be released to pin this 
version of **cordova-android** as the default version when creating a new 
project. If you want to start using this version now, make sure to specify the 
version when doing a `cordova platform add/update`.
    +
    +**Note:** When updating, make sure to save your plugins as current unsaved 
plugins may not be reinstalled otherwise. 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@5.2.0
    +    
    +
    +To add it explicitly:
    +
    +    cordova platform add android@5.2.0
    +
    +<!--more-->
    +## What's new in Android platform
    +
    +* [CB-11383](https://issues.apache.org/jira/browse/CB-11383) Update to 
gradle for using `jcenter` and correct Application plugin
    +* [CB-11365](https://issues.apache.org/jira/browse/CB-11365) fixed plugin 
rm issue with emit being `undefined`
    +* [CB-11117](https://issues.apache.org/jira/browse/CB-11117) Use 
`FileUpdater` to optimize prepare for **android** platform
    +* [CB-10096](https://issues.apache.org/jira/browse/CB-10096) Upgrade test 
project to `Gradle Plugin 2.1.0`
    +* [CB-11292](https://issues.apache.org/jira/browse/CB-11292) fix broken 
`MessageChannel` after plugins are recreated
    +* [CB-11259](https://issues.apache.org/jira/browse/CB-11259) Improving 
build output
    +* [CB-10096](https://issues.apache.org/jira/browse/CB-10096) Upgrading to 
`Gradle Plugin 2.1.0`
    +* [CB-11198](https://issues.apache.org/jira/browse/CB-11198) Skip 
**android** target sdk check. This closes #303.
    +* [CB-11138](https://issues.apache.org/jira/browse/CB-11138) Reuse 
`PluginManager` from `common` to add/rm plugins
    +* [CB-11133](https://issues.apache.org/jira/browse/CB-11133) Handle 
**android** emulator start failure
    +* [CB-11132](https://issues.apache.org/jira/browse/CB-11132) Fix Error: 
Cannot read property `match` of undefined in `cordova-android` `emulator.js`
    +* [CB-11015](https://issues.apache.org/jira/browse/CB-11015) Error adding 
plugin with gradle extras
    +* [CB-11095](https://issues.apache.org/jira/browse/CB-11095) Fix plugin 
add/removal when running on `Node v.010`
    --- End diff --
    
    `v0.10`


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

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

Reply via email to