release(15.1.0): updated release notes & version

This commit is contained in:
Erisu
2026-07-18 13:51:10 +09:00
parent 61ebdcdec9
commit 034075d96a
4 changed files with 68 additions and 4 deletions
@@ -33,7 +33,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "15.0.0";
public static final String CORDOVA_VERSION = "15.1.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);