You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by br...@apache.org on 2018/11/23 17:58:10 UTC

[cordova-docs] branch master updated: blog post for cordova-android@7.1.4 patch release (#914)

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 9f23189  blog post for cordova-android@7.1.4 patch release (#914)
9f23189 is described below

commit 9f23189a54defee867bb4871e1d271ef8f47db0d
Author: Chris Brody <ch...@gmail.com>
AuthorDate: Fri Nov 23 12:58:06 2018 -0500

    blog post for cordova-android@7.1.4 patch release (#914)
    
    Co-authored-by: Christopher J. Brody <ch...@gmail.com>
    Co-authored-by: Jan Piotrowski <pi...@gmail.com>
---
 www/_posts/2018-11-23-cordova-android-7.1.4.md | 32 ++++++++++++++++++++++++++
 1 file changed, 32 insertions(+)

diff --git a/www/_posts/2018-11-23-cordova-android-7.1.4.md b/www/_posts/2018-11-23-cordova-android-7.1.4.md
new file mode 100644
index 0000000..c229446
--- /dev/null
+++ b/www/_posts/2018-11-23-cordova-android-7.1.4.md
@@ -0,0 +1,32 @@
+---
+layout: post
+author:
+    name: Chris Brody
+    url: https://twitter.com/brodybits
+title:  "Cordova Android 7.1.4 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that Cordova Android `7.1.4` has been released! This resolves a bug that was introduced in the recent `7.1.3` release. Thanks to our users for the quick reports on [GitHub issues](https://github.com/apache/cordova-android/issues) and the help in identifying the problem.
+
+If you have been staying on Cordova Android 6.x due to compatibility issues with 3rd party plugins, we strongly encourage you to try an update to Cordova Android `7.1.4`. Please [file issues](https://github.com/apache/cordova-android/issues) if you run into any plugin compatibility issues with this new release.
+
+To upgrade:
+
+    npm install -g cordova
+    cd my_project
+    cordova platform remove android
+    cordova platform add android@latest
+
+To add it explicitly:
+
+    cordova platform add android@7.1.4
+
+<!--more-->
+
+## Curated Changelog
+
+* Update android-versions to `1.4.0`, with added support for Android Pie ([#573](https://github.com/apache/cordova-android/pull/573))
+* Output current package name if package name can't be validated ([#567](https://github.com/apache/cordova-android/pull/567))
+* Resolve issue with plugin `target-dir="*app*"` subdirs ([#572](https://github.com/apache/cordova-android/pull/572))


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