Request write permission on Android <11

This commit is contained in:
OleSTEEP 2024-03-07 03:07:02 +03:00
parent 3475b3c69f
commit 8dc99ca2c1
5 changed files with 56 additions and 12 deletions

View file

@ -14,6 +14,7 @@
"license": "Apache-2.0",
"devDependencies": {
"cordova-android": "^12.0.1",
"cordova-plugin-android-permissions": "^1.1.5",
"cordova-plugin-file": "^8.0.1",
"cordova-plugin-fullscreen": "^1.3.0",
"cordova-plugin-gamepad": "github:OleSTEEP/cordova-plugin-gamepad",
@ -29,7 +30,8 @@
"cordova-plugin-gamepad": {},
"cordova-plugin-file": {
"ANDROIDX_WEBKIT_VERSION": "1.4.0"
}
},
"cordova-plugin-android-permissions": {}
}
}
}