Skip to content

Commit 0786260

Browse files
authored
chore: bump engines requirements (apache#823)
* chore: bump engines requirements * bump cordova-ios to >=6.0.0
1 parent b496e03 commit 0786260

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

package.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,11 @@
4242
"cordova-ios": ">=4.0.0"
4343
},
4444
"5.0.0": {
45+
"cordova-android": ">=9.0.0",
46+
"cordova-ios": ">=6.0.0",
47+
"cordova": ">=9.0.0"
48+
},
49+
"6.0.0": {
4550
"cordova": ">100"
4651
}
4752
}

plugin.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
<issue>https://github.com/apache/cordova-plugin-inappbrowser/issues</issue>
3131

3232
<engines>
33-
<engine name="cordova" version=">=3.1.0" /><!-- Needs cordova/urlutil -->
34-
<engine name="cordova-ios" version=">=4.0.0" />
33+
<engine name="cordova" version=">=9.0.0"/>
34+
<engine name="cordova-android" version=">=9.0.0" />
35+
<engine name="cordova-ios" version=">=6.0.0" />
3536
</engines>
3637

3738
<!-- android -->

0 commit comments

Comments
 (0)