Skip to content

Commit

Permalink
Revert "chore: update version requirements (havesource#7)"
Browse files Browse the repository at this point in the history
This reverts commit 20d9dc4.
  • Loading branch information
dertieran committed Oct 5, 2020
1 parent 220ff08 commit da8947f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
"cordovaDependencies": {
"1.0.0": {
"cordova": ">=9.0.0",
"cordova-android": ">=9.0.0",
"cordova-android": ">=8.1.0",
"cordova-ios": ">=5.1.1"
}
}
Expand Down
6 changes: 3 additions & 3 deletions plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@
</js-module>

<engines>
<engine name="cordova" version=">=9.0.0"/>
<engine name="cordova-android" version=">=9.0.0"/>
<engine name="cordova-ios" version=">=5.1.1"/>
<engine name="cordova" version=">=7.1.0"/>
<engine name="cordova-android" version=">=7.1.0"/>
<engine name="cordova-ios" version=">=4.5.0"/>
</engines>

<platform name="android">
Expand Down

0 comments on commit da8947f

Please sign in to comment.