Skip to content

Commit

Permalink
update cordova plugin file
Browse files Browse the repository at this point in the history
  • Loading branch information
dinitri committed Jul 25, 2024
1 parent 8fb2cf8 commit 374a564
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion demo/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"ajv": "8.8.2",
"cordova-android": "^11.0.0",
"cordova-plugin-device": "2.1.0",
"cordova-plugin-file": "^6.0.2",
"cordova-plugin-file": "8.1.0",
"cordova-plugin-ionic-keyboard": "^2.2.0",
"cordova-plugin-ionic-webview": "^5.0.0",
"cordova-plugin-statusbar": "3.0.0",
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
<engine name="cordova" version=">=8.0.0" />
<engine name="cordova-android" version=">=8.0.0" />
</engines>
<dependency id="cordova-plugin-file" version="6.0.2"/>
<dependency id="cordova-plugin-file" version="8.1.0"/>
<platform name="android">
<framework src="androidx.work:work-runtime:2.8.0" />
<framework src="com.squareup.okhttp3:okhttp:4.9.3" />
Expand Down
2 changes: 1 addition & 1 deletion tests/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
<clobbers target="window.TestUtils"/>
</js-module>
<js-module src="tests.js" name="tests"></js-module>
<dependency id="cordova-plugin-file" version="6.0.2" />
<dependency id="cordova-plugin-file" version="8.1.0" />
<platform name="android">
<resource-file src="tree.jpg" target="assets/tree.jpg" />
<resource-file src="tree2.jpg" target="assets/tree2.jpg" />
Expand Down

0 comments on commit 374a564

Please sign in to comment.