Skip to content

Commit 1aaca40

Browse files
authored
feat(android)!: bump cordova-android@12 requirement (apache#576)
1 parent b141a10 commit 1aaca40

File tree

3 files changed

+7
-1
lines changed

3 files changed

+7
-1
lines changed

package-lock.json

Lines changed: 3 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,9 @@
3939
"7.0.0": {
4040
"cordova-android": ">=10.0.0"
4141
},
42+
"8.0.0": {
43+
"cordova-android": ">=12.0.0"
44+
},
4245
"9.0.0": {
4346
"cordova": ">100"
4447
}

plugin.xml

Lines changed: 1 addition & 1 deletion
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=">=10.0.0" />
33+
<engine name="cordova-android" version=">=12.0.0" />
3434
</engines>
3535

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

0 commit comments

Comments
 (0)