Skip to content

Commit c618e9b

Browse files
Updates Android package to ^13.0.0 (#1464)
1 parent 753824b commit c618e9b

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

permission_handler/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 12.0.0
2+
3+
* **BREAKING CHANGE:** Updates `permission_handler_android` dependency to version 13.0.0. Updated Android `compileSdkVersion` to `35` .
4+
15
## 11.4.0
26

37
* Updates dependencies to latest versions.

permission_handler/pubspec.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: permission_handler
22
description: Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
33
repository: https://github.com/baseflow/flutter-permission-handler
44
issue_tracker: https://github.com/Baseflow/flutter-permission-handler/issues
5-
version: 11.4.0
5+
version: 12.0.0
66

77

88
environment:
@@ -25,7 +25,7 @@ dependencies:
2525
flutter:
2626
sdk: flutter
2727
meta: ^1.7.0
28-
permission_handler_android: ^12.1.0
28+
permission_handler_android: ^13.0.0
2929
permission_handler_apple: ^9.4.6
3030
permission_handler_html: ^0.1.1
3131
permission_handler_windows: ^0.2.1

0 commit comments

Comments
 (0)