Skip to content

Commit

Permalink
fix: saf permission handler
Browse files Browse the repository at this point in the history
Bumped down the permission handler package version to enable the integration of the saf package in other projects
  • Loading branch information
MicheleTrevisanKuama committed Feb 6, 2024
1 parent c04ad56 commit 1a1bb48
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 9 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/analyze_and_test.yaml
Original file line number Diff line number Diff line change
@@ -1,13 +1,5 @@
name: Analyze and test code

on:
pull_request:
paths: [ '**.dart' ]
push:
branches:
# Run test, analyze and coverage generation also when the PR gets merged into develop
- main

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down
2 changes: 1 addition & 1 deletion kuama_permissions/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ dependencies:
ref: 1.1.0

permission_handler_platform_interface: ^3.12.0
permission_handler: ^11.0.1
permission_handler: ^10.2.0
shared_preferences: ^2.1.0

meta: # Version defined in kuama_core
Expand Down

0 comments on commit 1a1bb48

Please sign in to comment.