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

erisu pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/cordova-android.git

commit 855fab238c3d314c8a3e97a51c20fcae9ccaa18f
Author: Erisu <er...@apache.org>
AuthorDate: Thu Apr 24 12:50:39 2025 +0900

    release(android-v14.0.1): updated version and RELEASENOTES.md
---
 RELEASENOTES.md                                      | 9 +++++++++
 framework/src/org/apache/cordova/CordovaWebView.java | 2 +-
 package-lock.json                                    | 4 ++--
 package.json                                         | 2 +-
 4 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/RELEASENOTES.md b/RELEASENOTES.md
index 4ff339b3..d3ec4b2b 100644
--- a/RELEASENOTES.md
+++ b/RELEASENOTES.md
@@ -20,8 +20,17 @@
 -->
 ## Release Notes for Cordova (Android)
 
+### 14.0.1 (Apr 24, 2025)
+
+**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
+
 ### 14.0.0 (Mar 23, 2025)
 
+**Breaking Changes:**
+
 * [GH-1788](https://github.com/apache/cordova-android/pull/1788) dep!: bump 
npm packages
   * nyc@17.1.0
   * which@5.0.0
diff --git a/framework/src/org/apache/cordova/CordovaWebView.java 
b/framework/src/org/apache/cordova/CordovaWebView.java
index 8b0ee63b..93a07034 100644
--- a/framework/src/org/apache/cordova/CordovaWebView.java
+++ b/framework/src/org/apache/cordova/CordovaWebView.java
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
  * are not expected to implement it.
  */
 public interface CordovaWebView {
-    public static final String CORDOVA_VERSION = "14.0.1-dev";
+    public static final String CORDOVA_VERSION = "14.0.1";
 
     void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, 
CordovaPreferences preferences);
 
diff --git a/package-lock.json b/package-lock.json
index 8dc553be..4a6b2eba 100644
--- a/package-lock.json
+++ b/package-lock.json
@@ -1,12 +1,12 @@
 {
   "name": "cordova-android",
-  "version": "14.0.1-dev",
+  "version": "14.0.1",
   "lockfileVersion": 3,
   "requires": true,
   "packages": {
     "": {
       "name": "cordova-android",
-      "version": "14.0.1-dev",
+      "version": "14.0.1",
       "license": "Apache-2.0",
       "dependencies": {
         "android-versions": "^2.1.0",
diff --git a/package.json b/package.json
index 08b91242..ab741365 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
 {
   "name": "cordova-android",
-  "version": "14.0.1-dev",
+  "version": "14.0.1",
   "description": "cordova-android release",
   "types": "./types/index.d.ts",
   "main": "lib/Api.js",


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

Reply via email to