Skip to content

Commit 69e624b

Browse files
authored
blog: [email protected] release (#1418)
1 parent b4e273d commit 69e624b

File tree

1 file changed

+45
-0
lines changed

1 file changed

+45
-0
lines changed
Lines changed: 45 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,45 @@
1+
---
2+
layout: post
3+
author:
4+
name: Bryan Ellis
5+
title: "Cordova Android 14.0.1 Released!"
6+
categories: announcements
7+
tags: news releases
8+
---
9+
10+
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.
11+
12+
* [[email protected]](https://www.npmjs.com/package/cordova-android)
13+
14+
**To upgrade:**
15+
16+
```bash
17+
cordova platform remove android
18+
cordova platform add [email protected]
19+
```
20+
21+
**To install:**
22+
23+
```bash
24+
cordova platform add [email protected]
25+
```
26+
27+
## Release Highlights
28+
29+
### Fixes
30+
31+
* **Fetching Gradle Path for Windows**
32+
33+
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.
34+
35+
* **Setting Gradle's java.home**
36+
37+
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.
38+
39+
<!--more-->
40+
# Changes include:
41+
42+
**Fixes:**
43+
44+
* [GH-1795](https://github.com/apache/cordova-android/pull/1795) fix: configure gradle `java.home`
45+
* [GH-1793](https://github.com/apache/cordova-android/pull/1793) fix(windows): get gradle path with `which` command

0 commit comments

Comments
 (0)