mirror of
https://github.com/JGeek00/adguard-home-manager.git
synced 2025-06-02 04:42:34 +00:00
Fixed storage permission not working on Android 13
This commit is contained in:
parent
fbe364ad25
commit
d9af69a240
2 changed files with 2 additions and 1 deletions
|
@ -435,7 +435,7 @@ packages:
|
||||||
source: hosted
|
source: hosted
|
||||||
version: "10.2.0"
|
version: "10.2.0"
|
||||||
permission_handler_android:
|
permission_handler_android:
|
||||||
dependency: transitive
|
dependency: "direct main"
|
||||||
description:
|
description:
|
||||||
name: permission_handler_android
|
name: permission_handler_android
|
||||||
url: "https://pub.dartlang.org"
|
url: "https://pub.dartlang.org"
|
||||||
|
|
|
@ -52,6 +52,7 @@ dependencies:
|
||||||
store_checker: ^1.1.0
|
store_checker: ^1.1.0
|
||||||
fl_downloader: ^1.0.3
|
fl_downloader: ^1.0.3
|
||||||
install_plugin_v2: ^1.0.0
|
install_plugin_v2: ^1.0.0
|
||||||
|
permission_handler_android: ^10.2.0
|
||||||
permission_handler: ^10.2.0
|
permission_handler: ^10.2.0
|
||||||
|
|
||||||
dev_dependencies:
|
dev_dependencies:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue