We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b249d17 commit fb684c6Copy full SHA for fb684c6
package-lock.json
package.json
@@ -30,6 +30,9 @@
30
"license": "Apache-2.0",
31
"engines": {
32
"cordovaDependencies": {
33
+ "2.0.0": {
34
+ "cordova-android": ">=12.0.0"
35
+ },
36
"3.0.0": {
37
"cordova": ">100"
38
}
plugin.xml
@@ -29,7 +29,11 @@
29
<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">
39
<clobbers target="window.FileTransferError" />
0 commit comments