Skip to content

Commit 2f264d0

Browse files
committed
🔥 Remove requestLegacyExternalStorage
1 parent 02b5b3d commit 2f264d0

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

example/android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
<application
1313
android:label="Wechat Assets Picker Example"
1414
android:icon="@mipmap/ic_launcher"
15-
android:requestLegacyExternalStorage="true"
1615
android:allowBackup="false">
1716
<activity
1817
android:name=".MainActivity"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ dependencies:
1212
sdk: flutter
1313

1414
extended_image: ^6.2.0
15-
photo_manager: ^2.3.0
15+
photo_manager: ^2.4.0
1616
provider: ^6.0.2
1717
video_player: ^2.4.0
1818

0 commit comments

Comments
 (0)