From 21cee8626a06d1fa1b0e883636317f00760d9774 Mon Sep 17 00:00:00 2001 From: Erisu Date: Thu, 24 Apr 2025 13:41:02 +0900 Subject: [PATCH 1/2] blog: cordova-android@14.0.1 release --- .../2025-04-24-cordova-android-14.0.1.md | 45 +++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 www/_posts/2025-04-24-cordova-android-14.0.1.md diff --git a/www/_posts/2025-04-24-cordova-android-14.0.1.md b/www/_posts/2025-04-24-cordova-android-14.0.1.md new file mode 100644 index 0000000000..91e7d1ea05 --- /dev/null +++ b/www/_posts/2025-04-24-cordova-android-14.0.1.md @@ -0,0 +1,45 @@ +--- +layout: post +author: + name: Bryan Ellis +title: "Cordova Android 14.0.1 Released!" +categories: announcements +tags: news releases +--- + +We are happy to announce that we have just released `Cordova Android 14.0.1`! This is one of Cordova's supported platforms for building Android applications. + +* [cordova-android@14.0.1](https://www.npmjs.com/package/cordova-android) + +**To upgrade:** + +```bash +cordova platform remove android +cordova platform add android@14.0.1 +``` + +**To install:** + +```bash +cordova platform add android@14.0.1 +``` + +## Release Highlights + +### Fixes + +* **Fetching Gradle Path for Windows** + +Resolved an issue in Windows environments where projects containing spaces in their paths could not be built due to changes in how the Gradle path was fetched. + +* **Setting Gradle's java.home** + +Resolved an issue where the user-defined environment variable `JAVA_HOME` or `CORDOVA_JAVA_HOME` was not being used to set the `java.home` property for the Gradle Wrapper. + + +# Changes include: + +**Fixes:** + +* [GH-1795](https://github.com/apache/cordova-android/pull/1795) fix: configure gradle `java.home` +* [GH-1793](https://github.com/apache/cordova-android/pull/1793) fix(windows): get gradle path with `which` command From 2f827795f4435d8d70a5bb146e096475d1bf3ddc Mon Sep 17 00:00:00 2001 From: Erisu Date: Wed, 30 Apr 2025 14:20:52 +0900 Subject: [PATCH 2/2] blog: update cordova-android@14.0.1 release blog date --- ...ova-android-14.0.1.md => 2025-04-30-cordova-android-14.0.1.md} | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename www/_posts/{2025-04-24-cordova-android-14.0.1.md => 2025-04-30-cordova-android-14.0.1.md} (100%) diff --git a/www/_posts/2025-04-24-cordova-android-14.0.1.md b/www/_posts/2025-04-30-cordova-android-14.0.1.md similarity index 100% rename from www/_posts/2025-04-24-cordova-android-14.0.1.md rename to www/_posts/2025-04-30-cordova-android-14.0.1.md