dpogue commented on a change in pull request #789: added android release blog 
post
URL: https://github.com/apache/cordova-docs/pull/789#discussion_r170398724
 
 

 ##########
 File path: www/_posts/2018-02-23-cordova-android-7.1.0.md
 ##########
 @@ -0,0 +1,35 @@
+---
+layout: post
+author:
+    name: Steve Gill
+    url: https://twitter.com/stevesgill
+title:  "Cordova Android 7.1.0 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 7.1.0` has been released! This 
release fixes various bugs releated to the previous `cordova-android@7.0.0` 
release.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform remove android
+    cordova platform add android@7.1.0
+
+To add it explicitly:
+
+    cordova platform add android@7.1.0
+
+<!--more-->
+## Curated Changelog
+* [CB-13879](https://issues.apache.org/jira/browse/CB-13879) updated gradle 
tools dependency to 3.0.1 for project template
+* [CB-13831](https://issues.apache.org/jira/browse/CB-13831) Update 
`android-versions` to 1.3.0 to support SDK 27.
+* [CB-13800](https://issues.apache.org/jira/browse/CB-13800) Drop pre-KitKat 
specific code
 
 Review comment:
   `pre-KitKat` -> `pre-4.4 (KitKat)` for clarity? We (and Google for that 
matter) are very inconsistent with referring to versions by SDK, version 
number, and name.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

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

Reply via email to