Skip to content

Commit

Permalink
Update dependencies (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenWeener committed Sep 11, 2023
1 parent 11055f4 commit d8882f1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 4 deletions.
6 changes: 6 additions & 0 deletions permission_handler/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## 11.0.0

* **BREAKING CHANGE:** Updates `permission_handler_android` dependency to version 11.0.0.
* Updates `permission_handler_apple` dependency to version 9.1.4.
* Updates `permission_handler_platform_interface` dependency to version 3.11.5.

## 10.4.5

* Updates the mentions of Android versions in the README, now following a format of 'Android {name} (API {number})'. For example: 'Android 13 (API 33)'.
Expand Down
8 changes: 4 additions & 4 deletions permission_handler/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: permission_handler
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
repository: https://github.com/baseflow/flutter-permission-handler
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
version: 10.4.5
version: 11.0.0

environment:
sdk: ">=2.15.0 <4.0.0"
Expand All @@ -22,10 +22,10 @@ dependencies:
flutter:
sdk: flutter
meta: ^1.7.0
permission_handler_android: ^10.3.0
permission_handler_apple: ^9.1.1
permission_handler_android: ^11.0.0
permission_handler_apple: ^9.1.4
permission_handler_windows: ^0.1.3
permission_handler_platform_interface: ^3.11.0
permission_handler_platform_interface: ^3.11.5

dev_dependencies:
flutter_lints: ^1.0.4
Expand Down

0 comments on commit d8882f1

Please sign in to comment.