fix: remove warning about cordova-plugin-whitelist
Refs #563
... | ... | @@ -62,7 +62,6 @@ |
"cordova-plugin-file": "^7.0.0", | ||
"cordova-plugin-file-opener2": "^3.0.5", | ||
"cordova-plugin-local-notification": "^0.9.0-beta.2", | ||
"cordova-plugin-whitelist": "^1.3.5", | ||
"core-js": "^3.23.3", | ||
"file-saver": "^2.0.5", | ||
"he": "^1.2.0", | ||
... | ... | @@ -115,7 +114,6 @@ |
}, | ||
"cordova": { | ||
"plugins": { | ||
"cordova-plugin-whitelist": {}, | ||
"cordova-plugin-file": { | ||
"ANDROIDX_WEBKIT_VERSION": "1.4.0" | ||
}, | ||
... | ... |
Please register or sign in to comment