release(15.0.0): updated release notes & version (#1885)

This commit is contained in:
エリス
2026-02-24 12:09:38 +09:00
committed by GitHub
parent b4eadcce6e
commit faa00f2a62
4 changed files with 74 additions and 6 deletions
@@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "15.0.0-dev";
public static final String CORDOVA_VERSION = "15.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);