feat(android)!: bump cordova-plugin-file@8.0.0 & cordova-android >= 12.0.0 (#360)

* feat(android)!: bump cordova-plugin-file@8.0.0 & cordova-android >= 12.0.0

* revert: versin change in test
This commit is contained in:
エリス
2023-07-12 21:48:00 +09:00
committed by GitHub
parent b249d17055
commit fb684c6219
3 changed files with 11 additions and 1 deletions

3
package-lock.json generated
View File

@@ -13,6 +13,9 @@
},
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=12.0.0"
},
"3.0.0": {
"cordova": ">100"
}

View File

@@ -30,6 +30,9 @@
"license": "Apache-2.0",
"engines": {
"cordovaDependencies": {
"2.0.0": {
"cordova-android": ">=12.0.0"
},
"3.0.0": {
"cordova": ">100"
}

View File

@@ -29,7 +29,11 @@
<repo>https://github.com/apache/cordova-plugin-file-transfer</repo>
<issue>https://github.com/apache/cordova-plugin-file-transfer/issues</issue>
<dependency id="cordova-plugin-file" version=">=7.0.0" />
<engines>
<engine name="cordova-android" version=">=12.0.0" />
</engines>
<dependency id="cordova-plugin-file" version="^8.0.0" />
<js-module src="www/FileTransferError.js" name="FileTransferError">
<clobbers target="window.FileTransferError" />