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

This commit is contained in:
Erisu
2023-08-23 18:34:34 +09:00
parent a7cd4227a4
commit 0c805a0a8e
4 changed files with 9 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.1-dev";
public static final String CORDOVA_VERSION = "12.0.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);