chore: bump 15.0.0-dev (#1803)

This commit is contained in:
エリス
2025-06-16 12:34:19 +09:00
committed by GitHub
parent 872d98876e
commit 00744c4f71
3 changed files with 4 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.2-dev";
public static final String CORDOVA_VERSION = "15.0.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);