Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
P
permission_handler
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
songyanzhi
permission_handler
Commits
90960cae
Commit
90960cae
authored
May 15, 2023
by
Maurits van Beusekom
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add compatibility with Android Gradle Plugin 8.0
parent
e9057859
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
8 additions
and
4 deletions
+8
-4
permission_handler_android/CHANGELOG.md
+7
-3
permission_handler_android/pubspec.yaml
+1
-1
No files found.
permission_handler_android/CHANGELOG.md
View file @
90960cae
## 10.2.1
*
Adds compatibility with Android Gradle Plugin 8.0.
## 10.2.0
*
Add
ed
support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO
*
Add
s
support for the new Android 13 permissions: SCHEDULE_EXACT_ALARM, READ_MEDIA_IMAGES, READ_MEDIA_VIDEO and READ_MEDIA_AUDIO
## 10.1.0
*
Add
ed
support for the new Android 13 permission: NEARBY_WIFI_DEVICES.
*
Add
s
support for the new Android 13 permission: NEARBY_WIFI_DEVICES.
## 10.0.0
*
__BREAKING CHANGE__: Update
d
Android
`compileSdkVersion`
to
`33`
to handle the new
`POST_NOTIFICATIONS`
permission.
*
__BREAKING CHANGE__: Update
s
Android
`compileSdkVersion`
to
`33`
to handle the new
`POST_NOTIFICATIONS`
permission.
> When updating to version 10.0.0 make sure to update the `android/app/build.gradle` file and set the `compileSdkVersion` to `33`.
## 9.0.2+1
...
...
permission_handler_android/pubspec.yaml
View file @
90960cae
name
:
permission_handler_android
description
:
Permission plugin for Flutter. This plugin provides the Android API to request and check permissions.
version
:
10.2.
0
version
:
10.2.
1
homepage
:
https://github.com/baseflow/flutter-permission-handler
environment
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment