Skip to content

Commit fb684c6

Browse files
authoredJul 12, 2023
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
1 parent b249d17 commit fb684c6

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed
 

‎package-lock.json

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

‎package.json

+3
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,9 @@
3030
"license": "Apache-2.0",
3131
"engines": {
3232
"cordovaDependencies": {
33+
"2.0.0": {
34+
"cordova-android": ">=12.0.0"
35+
},
3336
"3.0.0": {
3437
"cordova": ">100"
3538
}

‎plugin.xml

+5-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,11 @@
2929
<repo>https://github.com/apache/cordova-plugin-file-transfer</repo>
3030
<issue>https://github.com/apache/cordova-plugin-file-transfer/issues</issue>
3131

32-
<dependency id="cordova-plugin-file" version=">=7.0.0" />
32+
<engines>
33+
<engine name="cordova-android" version=">=12.0.0" />
34+
</engines>
35+
36+
<dependency id="cordova-plugin-file" version="^8.0.0" />
3337

3438
<js-module src="www/FileTransferError.js" name="FileTransferError">
3539
<clobbers target="window.FileTransferError" />

0 commit comments

Comments
 (0)
Failed to load comments.