Skip to content

Commit

Permalink
Remove the MANAGE_EXTERNAL_STORAGE permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
MillerAdulu committed Aug 20, 2024
1 parent 3ccac32 commit 177965f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion android/app/src/main/AndroidManifest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@

<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29" />
<uses-permission android:name="android.permission.MANAGE_EXTERNAL_STORAGE" />
<uses-permission android:name="com.google.android.gms.permission.AD_ID" tools:node="remove"/>
<uses-permission android:name="android.permission.INTERNET" />

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: fluttercon
description: "A new Flutter project."
publish_to: 'none'
version: 1.12.04+11204
version: 1.12.05+11205

environment:
sdk: '>=3.5.0 <4.0.0'
Expand Down

0 comments on commit 177965f

Please sign in to comment.