feat(android)!: Android 13 support (#844)

* feat(android)!: Android 13 support
* refactor(android): simplify getPermissions logic
* feat(android)!: bump cordova-android requirement to >=12.0.0
* feat(android): update saveAlbumPermission to include Android 9 and below use case

---------

Co-authored-by: ochakov <evgeny@ochakov.com>
This commit is contained in:
エリス
2023-08-26 20:21:32 +09:00
committed by GitHub
parent 61a6e9bb44
commit 505ccefb4c
4 changed files with 61 additions and 13 deletions

View File

@@ -56,7 +56,7 @@
"cordova": ">=9.0.0"
},
"7.0.0": {
"cordova-android": ">=10.0.0",
"cordova-android": ">=12.0.0",
"cordova-ios": ">=5.1.0",
"cordova": ">=9.0.0"
},