release(android-v13.0.0): updated version and RELEASENOTES.md

This commit is contained in:
Erisu
2024-05-15 19:35:44 +09:00
parent 3c5df42df5
commit 2143045d4e
4 changed files with 36 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 = "13.0.0-dev";
public static final String CORDOVA_VERSION = "13.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);