We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74ffd86 commit 72c137fCopy full SHA for 72c137f
package.json
@@ -36,6 +36,9 @@
36
"5.0.0": {
37
"cordova-android": ">=6.3.0"
38
},
39
+ "7.0.0": {
40
+ "cordova-android": ">=9.0.0"
41
+ },
42
"8.0.0": {
43
"cordova": ">100"
44
}
plugin.xml
@@ -30,7 +30,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
30
<issue>https://github.com/apache/cordova-plugin-file/issues</issue>
31
32
<engines>
33
- <engine name="cordova-android" version=">=6.3.0" />
+ <engine name="cordova-android" version=">=9.0.0" />
34
</engines>
35
<js-module src="www/DirectoryEntry.js" name="DirectoryEntry">
0 commit comments