release(android-v14.0.1): updated version and RELEASENOTES.md

This commit is contained in:
Erisu 2025-04-24 12:50:39 +09:00
parent 2ffe68ab17
commit 855fab238c
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
4 changed files with 13 additions and 4 deletions

View File

@ -20,8 +20,17 @@
--> -->
## Release Notes for Cordova (Android) ## 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) ### 14.0.0 (Mar 23, 2025)
**Breaking Changes:**
* [GH-1788](https://github.com/apache/cordova-android/pull/1788) dep!: bump npm packages * [GH-1788](https://github.com/apache/cordova-android/pull/1788) dep!: bump npm packages
* nyc@17.1.0 * nyc@17.1.0
* which@5.0.0 * which@5.0.0

View File

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it. * are not expected to implement it.
*/ */
public interface CordovaWebView { 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); void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

4
package-lock.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "14.0.1-dev", "version": "14.0.1",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "cordova-android", "name": "cordova-android",
"version": "14.0.1-dev", "version": "14.0.1",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"android-versions": "^2.1.0", "android-versions": "^2.1.0",

View File

@ -1,6 +1,6 @@
{ {
"name": "cordova-android", "name": "cordova-android",
"version": "14.0.1-dev", "version": "14.0.1",
"description": "cordova-android release", "description": "cordova-android release",
"types": "./types/index.d.ts", "types": "./types/index.d.ts",
"main": "lib/Api.js", "main": "lib/Api.js",