Skip to content

Commit 855fab2

Browse files
committed
release(android-v14.0.1): updated version and RELEASENOTES.md
1 parent 2ffe68a commit 855fab2

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

RELEASENOTES.md

+9
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,17 @@
2020
-->
2121
## Release Notes for Cordova (Android)
2222

23+
### 14.0.1 (Apr 24, 2025)
24+
25+
**Fixes:**
26+
27+
* [GH-1795](https://github.com/apache/cordova-android/pull/1795) fix: configure gradle `java.home`
28+
* [GH-1793](https://github.com/apache/cordova-android/pull/1793) fix(windows): get gradle path with `which` command
29+
2330
### 14.0.0 (Mar 23, 2025)
2431

32+
**Breaking Changes:**
33+
2534
* [GH-1788](https://github.com/apache/cordova-android/pull/1788) dep!: bump npm packages
2635
2736

framework/src/org/apache/cordova/CordovaWebView.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Licensed to the Apache Software Foundation (ASF) under one
3131
* are not expected to implement it.
3232
*/
3333
public interface CordovaWebView {
34-
public static final String CORDOVA_VERSION = "14.0.1-dev";
34+
public static final String CORDOVA_VERSION = "14.0.1";
3535

3636
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);
3737

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-android",
3-
"version": "14.0.1-dev",
3+
"version": "14.0.1",
44
"description": "cordova-android release",
55
"types": "./types/index.d.ts",
66
"main": "lib/Api.js",

0 commit comments

Comments
 (0)