You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2018/11/21 15:56:24 UTC

[GitHub] brodybits commented on a change in pull request #911: Add blog post for upcoming cordova-android@7.1.3 patch release

brodybits commented on a change in pull request #911: Add blog post for upcoming cordova-android@7.1.3 patch release
URL: https://github.com/apache/cordova-docs/pull/911#discussion_r235444197
 
 

 ##########
 File path: www/_posts/2018-11-21-cordova-android-7.1.3.md
 ##########
 @@ -0,0 +1,36 @@
+---
+layout: post
+author:
+    name: Chris Brody
+    url: https://twitter.com/brodybits
+title:  "Cordova Android 7.1.3 Released!"
+categories: announcements
+tags: news releases
+---
+
+We are happy to announce that `Cordova Android 7.1.3` has been released! This release resolves a couple more issues releated to 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.3. 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.3
+
+<!--more-->
+
+## Curated Changelog
+
+* Incorrect default sdk version issue fix ([#495](https://github.com/apache/cordova-android/pull/495))
+* Update comments in `build.gradle` ([#496](https://github.com/apache/cordova-android/pull/496))
+* Fix dest overwrite, in case of of plugin `source-file` element with `target-dir` that does not need remapping ([#539](https://github.com/apache/cordova-android/pull/539))
+* Support plugin `source-file` element with any app `target-dir` value [#542](https://github.com/apache/cordova-android/pull/542)
 
 Review comment:
   Should be fixed now, thanks for checking

----------------------------------------------------------------
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:
users@infra.apache.org


With regards,
Apache Git Services

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