chore!: require cordova-android >= 10 (#241)

This commit is contained in:
jcesarmobile 2022-09-06 20:58:35 +02:00 committed by GitHub
parent 39e5929700
commit e214fad877
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 0 deletions

View File

@ -31,6 +31,10 @@
"cordova": ">=3.0.0"
},
"4.0.0": {
"cordova-android": ">=10.0.0",
"cordova": ">=3.0.0"
},
"5.0.0": {
"cordova": ">100"
}
}

View File

@ -29,6 +29,7 @@
<engines>
<engine name="cordova" version=">=3.0.0" />
<engine name="cordova-android" version=">=10.0.0" />
</engines>
<js-module src="www/statusbar.js" name="statusbar">