Skip to content

Commit 8a41431

Browse files
author
alex
committed
refactor: bump version and add description in changelog
1 parent 145287a commit 8a41431

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

permission_handler_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 12.0.14
2+
3+
* fix: Resolve `PermissionRequestInProgressException` when app is relaunched with non-standard launchMode.
4+
15
## 12.0.13
26

37
* Updates the Android min SDK to 19 (from 16).

permission_handler_android/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: permission_handler_android
22
description: Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
33
homepage: https://github.com/baseflow/flutter-permission-handler
4-
version: 12.0.13
4+
version: 12.0.14
55

66
environment:
77
sdk: ">=2.15.0 <4.0.0"

0 commit comments

Comments
 (0)