mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-26 00:29:20 +08:00
#428 fixing the permissions
This commit is contained in:
@ -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"
|
||||
|
@ -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
|
||||
|
Reference in New Issue
Block a user