Skip to content

Commit

Permalink
feat(android)!: bump cordova-plugin-file@8.0.0 & cordova-android >= 1…
Browse files Browse the repository at this point in the history
…2.0.0 (#360)

* feat(android)!: bump cordova-plugin-file@8.0.0 & cordova-android >= 12.0.0

* revert: versin change in test
  • Loading branch information
erisu authored Jul 12, 2023
1 parent b249d17 commit fb684c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package-lock.json

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

3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=12.0.0"
},
"3.0.0": {
"cordova": ">100"
}
Expand Down
6 changes: 5 additions & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,11 @@
<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=">=7.0.0" />
<engines>
<engine name="cordova-android" version=">=12.0.0" />
</engines>

<dependency id="cordova-plugin-file" version="^8.0.0" />

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

0 comments on commit fb684c6

Please sign in to comment.