android-v10.0.1 Updated version and RELEASENOTES.md for release 10.0.1

This commit is contained in:
Erisu
2021-07-27 22:50:34 +09:00
parent 90271301fb
commit a9171c3db6
4 changed files with 17 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.0.1-dev";
public static final String CORDOVA_VERSION = "10.0.1";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);