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
The following commit(s) were added to refs/heads/master by this push: new 7544fdf1 chore: bump CordovaWebView version to 14.0.0-dev (#1782) 7544fdf1 is described below commit 7544fdf1edf2e5c87e95232b4ecc345b71124db1 Author: エリス <er...@users.noreply.github.com> AuthorDate: Tue Mar 4 00:05:00 2025 +0900 chore: bump CordovaWebView version to 14.0.0-dev (#1782) --- framework/src/org/apache/cordova/CordovaWebView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/src/org/apache/cordova/CordovaWebView.java b/framework/src/org/apache/cordova/CordovaWebView.java index e4c7bd04..c9e6f870 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 = "13.0.1-dev"; + public static final String CORDOVA_VERSION = "14.0.0-dev"; void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences); --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@cordova.apache.org For additional commands, e-mail: commits-h...@cordova.apache.org