android-v10.1.0 Updated version and RELEASENOTES.md for release 10.1.0

This commit is contained in:
Erisu
2021-08-13 13:26:31 +09:00
parent 13bd3f4a9f
commit c3fd6bca4a
4 changed files with 22 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.0-dev";
public static final String CORDOVA_VERSION = "10.1.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);