chore: bump CordovaWebView version to 14.0.0-dev (#1782)

This commit is contained in:
エリス
2025-03-04 00:05:00 +09:00
committed by GitHub
parent 8f458b042b
commit 7544fdf1ed

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 = "13.0.1-dev";
public static final String CORDOVA_VERSION = "14.0.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);