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

This commit is contained in:
Erisu
2025-03-23 18:37:46 +09:00
parent f6e384a9ea
commit 688d2cf5ad
4 changed files with 50 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.0-dev";
public static final String CORDOVA_VERSION = "14.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);