Skip to content

Commit

Permalink
fix(android)!: set platform requirement >= 7.0.0 (#200)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu authored May 31, 2024
1 parent 8124857 commit 0c4f367
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions package-lock.json

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

4 changes: 4 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@
"2.1.0": {
"cordova-electron": ">=3.0.0"
},
"3.0.0": {
"cordova-electron": ">=3.0.0",
"cordova-android": ">=7.0.0"
},
"4.0.0": {
"cordova": ">100"
}
Expand Down
1 change: 1 addition & 0 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@

<engines>
<engine name="cordova-electron" version=">=3.0.0" />
<engine name="cordova-android" version=">=7.0.0" />
</engines>

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

0 comments on commit 0c4f367

Please sign in to comment.