-
Notifications
You must be signed in to change notification settings - Fork 815
Open
Labels
BugUnexpected problem or unintended behavior in appUnexpected problem or unintended behavior in appPriority: HighStatus: BlockedCannot carry out further developmentCannot carry out further developmentfluttergithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code
Description
We are currently blocked on pushes to the PlayStore because of additions of new permissions in the Android Manifest (MANAGE_EXTERNAL_STORAGE
).
@Yugesh-Kumar-S I guess this was introduced by you while you created support for CSV functionality.
Logs
Called from Fastfile at line 8
[16:28:22]: ```
[16:28:22]: 6:
[16:28:22]: 7: lane :uploadToClosedTesting do
[16:28:22]: => 8: upload_to_play_store(track: "alpha",aab:"build/app/outputs/bundle/release/app-release.aab")
[16:28:22]: 9: end
[16:28:22]: 10:
[16:28:22]: ```
[16:28:22]: Google Api Error: Invalid request - Your scoped storage permission declaration needs to be updated.
Let's get this sorted as soon as we can. Should be a simple code change.
Some reference:- https://stackoverflow.com/questions/70168627/your-scoped-storage-permission-declaration-needs-to-be-updated
Metadata
Metadata
Assignees
Labels
BugUnexpected problem or unintended behavior in appUnexpected problem or unintended behavior in appPriority: HighStatus: BlockedCannot carry out further developmentCannot carry out further developmentfluttergithub_actionsPull requests that update GitHub Actions codePull requests that update GitHub Actions code