Skip to content

Commit 72c137f

Browse files
breautekpmcquay
authored andcommitted
chore: Require android 9 (apache#439)
* chore: bump version to 7.0.0-dev * chore: bump android engine requirement
1 parent 74ffd86 commit 72c137f

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

package.json

+3
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,9 @@
3636
"5.0.0": {
3737
"cordova-android": ">=6.3.0"
3838
},
39+
"7.0.0": {
40+
"cordova-android": ">=9.0.0"
41+
},
3942
"8.0.0": {
4043
"cordova": ">100"
4144
}

plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ xmlns:android="http://schemas.android.com/apk/res/android"
3030
<issue>https://github.com/apache/cordova-plugin-file/issues</issue>
3131

3232
<engines>
33-
<engine name="cordova-android" version=">=6.3.0" />
33+
<engine name="cordova-android" version=">=9.0.0" />
3434
</engines>
3535

3636
<js-module src="www/DirectoryEntry.js" name="DirectoryEntry">

0 commit comments

Comments
 (0)