android-v10.1.2 Updated version and RELEASENOTES.md for release 10.1.2

This commit is contained in:
Erisu
2022-04-11 22:01:02 +09:00
parent 51291f8985
commit f12080b7e2
4 changed files with 18 additions and 4 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.2-dev";
public static final String CORDOVA_VERSION = "10.1.2";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);