Skip to content

Commit

Permalink
Upgrade cordova-plugin-ionic-webview plugin, fixes #302
Browse files Browse the repository at this point in the history
  • Loading branch information
fttx committed Nov 1, 2023
1 parent bf88b06 commit c0faf65
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 15 deletions.
20 changes: 11 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 4 additions & 6 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"cordova-plugin-inappbrowser": "^4.0.0",
"cordova-plugin-insomnia": "^4.3.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^4.2.0",
"cordova-plugin-nativeaudio": "^3.0.9",
"cordova-plugin-network-information": "^1.3.4",
"cordova-plugin-networkinterface": "^2.0.0",
Expand Down Expand Up @@ -98,6 +97,7 @@
"cordova-android": "^12.0.1",
"cordova-plugin-camera": "^7.0.0",
"cordova-plugin-file": "^8.0.0",
"cordova-plugin-ionic-webview": "^5.0.1",
"dotenv": "^16.0.3",
"typescript": "~2.6.2"
},
Expand Down Expand Up @@ -128,9 +128,6 @@
"cordova-plugin-nativeaudio": {},
"cordova-plugin-network-information": {},
"cordova-plugin-ionic-keyboard": {},
"cordova-plugin-ionic-webview": {
"ANDROID_SUPPORT_ANNOTATIONS_VERSION": "27.+"
},
"cordova-launch-review": {},
"fttx-phonegap-plugin-barcodescanner": {
"ANDROID_SUPPORT_V4_VERSION": "27.1.1"
Expand All @@ -154,11 +151,12 @@
},
"cordova-plugin-camera": {
"ANDROIDX_CORE_VERSION": "1.6.+"
}
},
"cordova-plugin-ionic-webview": {}
},
"platforms": [
"ios",
"android"
]
}
}
}

0 comments on commit c0faf65

Please sign in to comment.