Skip to content

Commit

Permalink
chore: set the 5.x versions locked to cordova-android <10.0.0 (#747)
Browse files Browse the repository at this point in the history
  • Loading branch information
erisu committed Jul 28, 2021
1 parent d356030 commit 1e20a9b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"5.0.3": {
"cordova-android": "<10.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},
"6.0.0": {
"cordova": ">100"
}
Expand Down
2 changes: 1 addition & 1 deletion plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@

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

Expand Down

0 comments on commit 1e20a9b

Please sign in to comment.