Skip to content

Commit 2aa78f8

Browse files
author
Ron Radtke
committed
removing the max version for write storage to hopefully fix #23
1 parent 79b8a46 commit 2aa78f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

android/src/main/AndroidManifest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
<uses-permission android:name="android.permission.ACCESS_WIFI_STATE" />
2020

2121
<!-- Required to read and write the expansion files on shared storage -->
22-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" android:maxSdkVersion="29"/>
22+
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE" />
2323

2424
<!-- Required to read and write the expansion files on shared storage for Android 11-->
2525
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE" />

0 commit comments

Comments
 (0)