Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Android dependency #1150

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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