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
4 changed files with 13 additions and 4 deletions

View File

@@ -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);