This is an automated email from the ASF dual-hosted git repository.

brodybits pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new ca594aa  CB-14203 add cordova-android@7.1.1 blog post
ca594aa is described below

commit ca594aa65f95782cd8317baf05a13a6f1e46e14b
Author: Christopher J. Brody <chris.br...@gmail.com>
AuthorDate: Mon Jul 16 09:06:34 2018 -0400

    CB-14203 add cordova-android@7.1.1 blog post
---
 www/_posts/2018-07-18-cordova-android-7.1.1.md | 34 ++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/www/_posts/2018-07-18-cordova-android-7.1.1.md 
b/www/_posts/2018-07-18-cordova-android-7.1.1.md
new file mode 100644
index 0000000..57d2596
--- /dev/null
+++ b/www/_posts/2018-07-18-cordova-android-7.1.1.md
@@ -0,0 +1,34 @@
+---
+layout: post
+author:
+    name: Chris Brody
+    url: https://twitter.com/brodybits
+title:  "Cordova Android 7.1.1 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 7.1.1` has been released! This 
release fixes various bugs releated to the previous `cordova-android@7.1.0` 
release.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform remove android
+    cordova platform add android@7.1.1
+
+To add it explicitly:
+
+    cordova platform add android@7.1.1
+
+<!--more-->
+
+## Curated Changelog
+
+* Fix unsafe property access in run.js (#445)
+* Emit log event instead of logging directly (#452)
+* [CB-14101](https://issues.apache.org/jira/browse/CB-14101) Fix Java version 
check for Java >= 9 (#446)
+* [CB-14127](https://issues.apache.org/jira/browse/CB-14127) (android) Move 
google maven repo ahead of jcenter
+* [CB-13923](https://issues.apache.org/jira/browse/CB-13923) (android) fix -1 
length for compressed files
+* [CB-14145](https://issues.apache.org/jira/browse/CB-14145) use 
cordova-common@2.2.5 and update other dependencies to resolve `npm audit` 
warnings
+* [CB-9366](https://issues.apache.org/jira/browse/CB-9366) log error.stack in 
cordova.js


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

Reply via email to