chore: prepare package version for next major 12.0.0-dev (#1537)

This commit is contained in:
エリス
2023-03-09 18:33:28 +09:00
committed by GitHub
parent 3340e98519
commit 5347054efb
3 changed files with 4 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 = "11.0.1-dev";
public static final String CORDOVA_VERSION = "12.0.0-dev";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);