Skip to content

Commit

Permalink
feat(android)!: bump [email protected] & cordova-android >= 1…
Browse files Browse the repository at this point in the history
…2.0.0
  • Loading branch information
erisu committed Jul 12, 2023
1 parent 04b6e4c commit 98eb842
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 2 deletions.
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
2 changes: 1 addition & 1 deletion tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cordova-plugin-file-transfer-tests",
"version": "1.6.3-dev",
"version": "2.0.0-dev",
"description": "",
"cordova": {
"id": "cordova-plugin-file-transfer-tests",
Expand Down

0 comments on commit 98eb842

Please sign in to comment.