Skip to content

Commit

Permalink
fix: plugin dependency declaration for vnc
Browse files Browse the repository at this point in the history
  • Loading branch information
stefansaenger committed Apr 18, 2022
1 parent 869f02d commit 7c939cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@
<issue>https://github.com/apache/cordova-plugin-camera/issues</issue>

<engines>
<engine name="cordova" version=">=9.0.0"/>
<engine name="cordova-android" version=">=10.0.0" />
<engine name="cordova" version=">=8.0.0"/>
<engine name="cordova-android" version=">=8.0.0" />
<engine name="cordova-ios" version=">=5.1.0" />
</engines>

Expand Down

0 comments on commit 7c939cd

Please sign in to comment.