Skip to content

Commit

Permalink
chore: Increase min file plugin version to 7.0 (apache#340)
Browse files Browse the repository at this point in the history
  • Loading branch information
breautek authored Jun 14, 2022
1 parent 6a9aaf9 commit 169877e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<repo>https://github.com/apache/cordova-plugin-file-transfer</repo>
<issue>https://github.com/apache/cordova-plugin-file-transfer/issues</issue>

<dependency id="cordova-plugin-file" version=">=5.0.0" />
<dependency id="cordova-plugin-file" version=">=7.0.0" />

<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />
Expand Down

0 comments on commit 169877e

Please sign in to comment.