Skip to content

Commit

Permalink
chore: Require android 9 (#439)
Browse files Browse the repository at this point in the history
* chore: bump version to 7.0.0-dev

* chore: bump android engine requirement
  • Loading branch information
breautek authored Nov 25, 2020
1 parent 12750e8 commit 6cfad27
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@
"5.0.0": {
"cordova-android": ">=6.3.0"
},
"7.0.0": {
"cordova-android": ">=9.0.0"
},
"8.0.0": {
"cordova": ">100"
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
<issue>https://github.com/apache/cordova-plugin-file/issues</issue>

<engines>
<engine name="cordova-android" version=">=6.3.0" />
<engine name="cordova-android" version=">=9.0.0" />
</engines>

<js-module src="www/DirectoryEntry.js" name="DirectoryEntry">
Expand Down

0 comments on commit 6cfad27

Please sign in to comment.