You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by dp...@apache.org on 2018/11/07 22:13:40 UTC

[cordova-docs] branch master updated: Add blog post for Cordova Android 7.1.2

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

dpogue 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 c7f5fa8  Add blog post for Cordova Android 7.1.2
c7f5fa8 is described below

commit c7f5fa8ab71ceb3966080de103c2ccb1539041a7
Author: Darryl Pogue <da...@dpogue.ca>
AuthorDate: Mon Nov 5 12:35:17 2018 -0800

    Add blog post for Cordova Android 7.1.2
---
 www/_posts/2018-11-07-cordova-android-7.1.2.md | 34 ++++++++++++++++++++++++++
 1 file changed, 34 insertions(+)

diff --git a/www/_posts/2018-11-07-cordova-android-7.1.2.md b/www/_posts/2018-11-07-cordova-android-7.1.2.md
new file mode 100644
index 0000000..a402312
--- /dev/null
+++ b/www/_posts/2018-11-07-cordova-android-7.1.2.md
@@ -0,0 +1,34 @@
+---
+layout: post
+author:
+    name: Darryl Pogue
+    url: https://twitter.com/dpogue
+title:  "Cordova Android 7.1.2 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 7.1.2` has been released! This release fixes various bugs releated to gradle repositories and plugin compatibility.
+
+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.2. 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@7.1.2
+
+To add it explicitly:
+
+    cordova platform add android@7.1.2
+
+<!--more-->
+
+## Curated Changelog
+
+* [CB-14127](https://issues.apache.org/jira/browse/CB-14127): Always put the Google repo above jcenter
+* [CB-14165](https://issues.apache.org/jira/browse/CB-14165): Emulator: handle "device still connecting" error (#457)
+* [CB-14125](https://issues.apache.org/jira/browse/CB-14125): Increase old plugin compatibility
+* [CB-13830](https://issues.apache.org/jira/browse/CB-13830): Add handlers for plugins that use non-Java source files, such as Camera
+* [CB-14038](https://issues.apache.org/jira/browse/CB-14038): fix false positive detecting project type


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