Request write permission on Android <11
This commit is contained in:
parent
3475b3c69f
commit
8dc99ca2c1
5 changed files with 56 additions and 12 deletions
13
package-lock.json
generated
13
package-lock.json
generated
|
@ -10,6 +10,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",
|
||||
|
@ -242,6 +243,18 @@
|
|||
"node": ">=16.0.0"
|
||||
}
|
||||
},
|
||||
"node_modules/cordova-plugin-android-permissions": {
|
||||
"version": "1.1.5",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-android-permissions/-/cordova-plugin-android-permissions-1.1.5.tgz",
|
||||
"integrity": "sha512-oTTV9cCMBqXTCmU+nYRebsP2IQfrtdvl2vYXHjoJgv5NHCIDgY4KFg6kJTcwXQOiymeGXuw0+MTvJJOueAdleA==",
|
||||
"dev": true,
|
||||
"engines": [
|
||||
{
|
||||
"name": "cordova",
|
||||
"version": ">=5.0.0"
|
||||
}
|
||||
]
|
||||
},
|
||||
"node_modules/cordova-plugin-file": {
|
||||
"version": "8.0.1",
|
||||
"resolved": "https://registry.npmjs.org/cordova-plugin-file/-/cordova-plugin-file-8.0.1.tgz",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue