4
0
mirror of https://github.com/apache/cordova-android.git synced 2025-04-01 04:15:04 +08:00

Revert "chore: bump version 14.0.1-dev"

This reverts commit 5da9bd6d9de8ab7038f83c0e913985be30129981.
This commit is contained in:
Erisu 2025-03-20 12:51:45 +09:00
parent 5da9bd6d9d
commit d4eca414e3
No known key found for this signature in database
GPG Key ID: 2E5FF17FB26AF7F2
3 changed files with 4 additions and 4 deletions
framework/src/org/apache/cordova
package-lock.jsonpackage.json

@ -31,7 +31,7 @@ import android.webkit.WebChromeClient.CustomViewCallback;
* are not expected to implement it.
*/
public interface CordovaWebView {
public static final String CORDOVA_VERSION = "14.0.1-dev";
public static final String CORDOVA_VERSION = "14.0.0";
void init(CordovaInterface cordova, List<PluginEntry> pluginEntries, CordovaPreferences preferences);

4
package-lock.json generated

@ -1,12 +1,12 @@
{
"name": "cordova-android",
"version": "14.0.1-dev",
"version": "14.0.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "cordova-android",
"version": "14.0.1-dev",
"version": "14.0.0",
"license": "Apache-2.0",
"dependencies": {
"android-versions": "^2.1.0",

@ -1,6 +1,6 @@
{
"name": "cordova-android",
"version": "14.0.1-dev",
"version": "14.0.0",
"description": "cordova-android release",
"types": "./types/index.d.ts",
"main": "lib/Api.js",