File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change
1
+ ## 12.0.0
2
+
3
+ * ** BREAKING CHANGE:** Updates ` permission_handler_android ` dependency to version 13.0.0. Updated Android ` compileSdkVersion ` to ` 35 ` .
4
+
1
5
## 11.4.0
2
6
3
7
* Updates dependencies to latest versions.
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ name: permission_handler
2
2
description : Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
3
3
repository : https://github.com/baseflow/flutter-permission-handler
4
4
issue_tracker : https://github.com/Baseflow/flutter-permission-handler/issues
5
- version : 11.4 .0
5
+ version : 12.0 .0
6
6
7
7
8
8
environment :
@@ -25,7 +25,7 @@ dependencies:
25
25
flutter :
26
26
sdk : flutter
27
27
meta : ^1.7.0
28
- permission_handler_android : ^12.1 .0
28
+ permission_handler_android : ^13.0 .0
29
29
permission_handler_apple : ^9.4.6
30
30
permission_handler_html : ^0.1.1
31
31
permission_handler_windows : ^0.2.1
You can’t perform that action at this time.
0 commit comments