Skip to content

Commit

Permalink
feat(android)!: bump file & android requirements (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jul 12, 2023
1 parent 41ea857 commit 3bf08e8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -41,7 +41,7 @@
"cordova-android": ">=10.0.0"
},
"7.0.0": {
"cordova-android": ">=10.0.0"
"cordova-android": ">=12.0.0"
},
"8.0.0": {
"cordova": ">100"
Expand Down
4 changes: 2 additions & 2 deletions plugin.xml
Expand Up @@ -31,10 +31,10 @@
<issue>https://github.com/apache/cordova-plugin-media/issues</issue>

<engines>
<engine name="cordova-android" version=">=10.0.0" />
<engine name="cordova-android" version=">=12.0.0" />
</engines>

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

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

0 comments on commit 3bf08e8

Please sign in to comment.