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

This commit is contained in:
Erisu
2022-07-04 22:37:49 +09:00
parent e5b7e8ab26
commit d828785435
4 changed files with 6 additions and 5 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 = "11.0.1-dev";
public static final String CORDOVA_VERSION = "11.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);