Skip to content

Commit 59cf76d

Browse files
authored
feat: bump cordova-android requirements for 10.x (#750)
1 parent 4ee90a8 commit 59cf76d

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

package.json

+5
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,11 @@
5151
"cordova": ">=9.0.0"
5252
},
5353
"6.0.0": {
54+
"cordova-android": ">=10.0.0",
55+
"cordova-ios": ">=5.1.0",
56+
"cordova": ">=9.0.0"
57+
},
58+
"7.0.0": {
5459
"cordova": ">100"
5560
}
5661
}

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131

3232
<engines>
3333
<engine name="cordova" version=">=9.0.0"/>
34-
<engine name="cordova-android" version="<10.0.0" />
34+
<engine name="cordova-android" version=">=10.0.0" />
3535
<engine name="cordova-ios" version=">=5.1.0" />
3636
</engines>
3737

0 commit comments

Comments
 (0)