Skip to content

Commit 0c4f367

Browse files
authored
fix(android)!: set platform requirement >= 7.0.0 (#200)
1 parent 8124857 commit 0c4f367

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

package-lock.json

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+4
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@
3434
"2.1.0": {
3535
"cordova-electron": ">=3.0.0"
3636
},
37+
"3.0.0": {
38+
"cordova-electron": ">=3.0.0",
39+
"cordova-android": ">=7.0.0"
40+
},
3741
"4.0.0": {
3842
"cordova": ">100"
3943
}

plugin.xml

+1
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232

3333
<engines>
3434
<engine name="cordova-electron" version=">=3.0.0" />
35+
<engine name="cordova-android" version=">=7.0.0" />
3536
</engines>
3637

3738
<js-module src="www/device.js" name="device">

0 commit comments

Comments
 (0)