Skip to content

Commit 374a564

Browse files
committed
update cordova plugin file
1 parent 8fb2cf8 commit 374a564

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

demo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
"ajv": "8.8.2",
5050
"cordova-android": "^11.0.0",
5151
"cordova-plugin-device": "2.1.0",
52-
"cordova-plugin-file": "^6.0.2",
52+
"cordova-plugin-file": "8.1.0",
5353
"cordova-plugin-ionic-keyboard": "^2.2.0",
5454
"cordova-plugin-ionic-webview": "^5.0.0",
5555
"cordova-plugin-statusbar": "3.0.0",

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<engine name="cordova" version=">=8.0.0" />
1212
<engine name="cordova-android" version=">=8.0.0" />
1313
</engines>
14-
<dependency id="cordova-plugin-file" version="6.0.2"/>
14+
<dependency id="cordova-plugin-file" version="8.1.0"/>
1515
<platform name="android">
1616
<framework src="androidx.work:work-runtime:2.8.0" />
1717
<framework src="com.squareup.okhttp3:okhttp:4.9.3" />

tests/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<clobbers target="window.TestUtils"/>
1414
</js-module>
1515
<js-module src="tests.js" name="tests"></js-module>
16-
<dependency id="cordova-plugin-file" version="6.0.2" />
16+
<dependency id="cordova-plugin-file" version="8.1.0" />
1717
<platform name="android">
1818
<resource-file src="tree.jpg" target="assets/tree.jpg" />
1919
<resource-file src="tree2.jpg" target="assets/tree2.jpg" />

0 commit comments

Comments
 (0)