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

This commit is contained in:
Erisu
2023-05-20 00:47:09 +09:00
parent 7da13ccf77
commit b104554877
4 changed files with 58 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 = "12.0.0-dev";
public static final String CORDOVA_VERSION = "12.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);