mirror of
https://github.com/GitJournal/GitJournal.git
synced 2025-06-27 01:02:14 +08:00
#428 fixing the permissions
This commit is contained in:
@ -27,7 +27,8 @@ limitations under the License.
|
|||||||
|
|
||||||
<application
|
<application
|
||||||
android:label="@string/app_name"
|
android:label="@string/app_name"
|
||||||
android:icon="@mipmap/launcher_icon">
|
android:icon="@mipmap/launcher_icon"
|
||||||
|
android:requestLegacyExternalStorage="true">
|
||||||
<activity
|
<activity
|
||||||
android:name=".MainActivity"
|
android:name=".MainActivity"
|
||||||
android:launchMode="singleTop"
|
android:launchMode="singleTop"
|
||||||
|
@ -58,7 +58,7 @@ dependencies:
|
|||||||
mutex: ^1.0.3
|
mutex: ^1.0.3
|
||||||
package_info: ">=0.4.1 <2.0.0"
|
package_info: ">=0.4.1 <2.0.0"
|
||||||
path: ^1.6.2
|
path: ^1.6.2
|
||||||
permission_handler: ^5.0.1+1
|
permission_handler: ^5.1.0
|
||||||
provider: ^4.3.2+2
|
provider: ^4.3.2+2
|
||||||
quick_actions: ^0.4.0+10
|
quick_actions: ^0.4.0+10
|
||||||
receive_sharing_intent: ^1.4.0+2
|
receive_sharing_intent: ^1.4.0+2
|
||||||
|
Reference in New Issue
Block a user