android-v10.1.1 Updated version and RELEASENOTES.md for release 10.1.1

This commit is contained in:
Erisu
2021-09-13 15:56:27 +09:00
parent ca19084b1c
commit e188c61c86
4 changed files with 11 additions and 3 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 = "10.1.1-dev";
public static final String CORDOVA_VERSION = "10.1.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);