#428 fixing the permissions

This commit is contained in:
Alen Šiljak
2021-03-05 10:59:50 +01:00
parent fe772c43be
commit 973945c677
2 changed files with 3 additions and 2 deletions

View File

@ -27,7 +27,8 @@ limitations under the License.
<application
android:label="@string/app_name"
android:icon="@mipmap/launcher_icon">
android:icon="@mipmap/launcher_icon"
android:requestLegacyExternalStorage="true">
<activity
android:name=".MainActivity"
android:launchMode="singleTop"

View File

@ -58,7 +58,7 @@ dependencies:
mutex: ^1.0.3
package_info: ">=0.4.1 <2.0.0"
path: ^1.6.2
permission_handler: ^5.0.1+1
permission_handler: ^5.1.0
provider: ^4.3.2+2
quick_actions: ^0.4.0+10
receive_sharing_intent: ^1.4.0+2