mirror of
https://github.com/apache/cordova-plugin-file-transfer.git
synced 2026-02-02 00:00:05 +08:00
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:
3
package-lock.json
generated
3
package-lock.json
generated
@@ -13,6 +13,9 @@
|
||||
},
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"2.0.0": {
|
||||
"cordova-android": ">=12.0.0"
|
||||
},
|
||||
"3.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
|
||||
@@ -30,6 +30,9 @@
|
||||
"license": "Apache-2.0",
|
||||
"engines": {
|
||||
"cordovaDependencies": {
|
||||
"2.0.0": {
|
||||
"cordova-android": ">=12.0.0"
|
||||
},
|
||||
"3.0.0": {
|
||||
"cordova": ">100"
|
||||
}
|
||||
|
||||
@@ -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" />
|
||||
|
||||
Reference in New Issue
Block a user