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

This commit is contained in:
Erisu
2025-03-19 10:56:30 +09:00
parent ca4caf3fc1
commit 2258d33a72
4 changed files with 51 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);