Skip to content

Commit

Permalink
fix(android)!: apply cordova-android requirement >= 7.0.0 to plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed May 15, 2024
1 parent 2af107c commit 14006b3
Showing 1 changed file with 1 addition and 0 deletions.
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 14006b3

Please sign in to comment.