Skip to content

Commit dcd24d7

Browse files
committed
Remove unneeded permissions
These unneeded permissions prevented the release on Google Play
1 parent 207a99a commit dcd24d7

2 files changed

Lines changed: 1 addition & 3 deletions

File tree

android/app/src/main/AndroidManifest.xml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
22
package="net.app4training">
3-
<uses-permission android:name="android.permission.READ_EXTERNAL_STORAGE"/>
4-
<uses-permission android:name="android.permission.WRITE_EXTERNAL_STORAGE"/>
53
<uses-permission android:name="android.permission.INTERNET" />
64
<application
75
android:label="4training.net"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
1717
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
1818
# In Windows, build-name is used as the major, minor, and patch parts
1919
# of the product and file versions while build-number is used as the build suffix.
20-
version: 0.8.4+7
20+
version: 0.8.5+8
2121

2222
environment:
2323
sdk: '>=3.2.0 <4.0.0'

0 commit comments

Comments
 (0)