Skip to content

Commit

Permalink
feat(android)!: bump cordova-android@12 requirement (#576)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jul 4, 2023
1 parent b141a10 commit 1aaca40
Show file tree
Hide file tree
Showing 3 changed files with 7 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 @@ -39,6 +39,9 @@
"7.0.0": {
"cordova-android": ">=10.0.0"
},
"8.0.0": {
"cordova-android": ">=12.0.0"
},
"9.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=">=10.0.0" />
<engine name="cordova-android" version=">=12.0.0" />
</engines>

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

0 comments on commit 1aaca40

Please sign in to comment.