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
d17c13ce
Unverified
Commit
d17c13ce
authored
Jun 15, 2022
by
Alex Sandri
Committed by
GitHub
Jun 15, 2022
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Release version 10.0.0 (#854)
* bump version to 10.0.0 * Bump compileSdkVersion and targetSdkVersion to 33
parent
3d161ec8
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
4 deletions
+9
-4
permission_handler/CHANGELOG.md
+5
-0
permission_handler/example/android/app/build.gradle
+2
-2
permission_handler/pubspec.yaml
+2
-2
No files found.
permission_handler/CHANGELOG.md
View file @
d17c13ce
## 10.0.0
*
__BREAKING CHANGE__: Updated 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.2.0
## 9.2.0
*
Federated permission_handler_windows for the Windows version.
*
Federated permission_handler_windows for the Windows version.
...
...
permission_handler/example/android/app/build.gradle
View file @
d17c13ce
...
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
...
@@ -25,7 +25,7 @@ apply plugin: 'com.android.application'
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
apply
from:
"$flutterRoot/packages/flutter_tools/gradle/flutter.gradle"
android
{
android
{
compileSdkVersion
3
1
compileSdkVersion
3
3
compileOptions
{
compileOptions
{
sourceCompatibility
JavaVersion
.
VERSION_1_8
sourceCompatibility
JavaVersion
.
VERSION_1_8
...
@@ -36,7 +36,7 @@ android {
...
@@ -36,7 +36,7 @@ android {
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
// TODO: Specify your own unique Application ID (https://developer.android.com/studio/build/application-id.html).
applicationId
"com.baseflow.permissionhandler.example"
applicationId
"com.baseflow.permissionhandler.example"
minSdkVersion
16
minSdkVersion
16
targetSdkVersion
3
1
targetSdkVersion
3
3
versionCode
flutterVersionCode
.
toInteger
()
versionCode
flutterVersionCode
.
toInteger
()
versionName
flutterVersionName
versionName
flutterVersionName
}
}
...
...
permission_handler/pubspec.yaml
View file @
d17c13ce
name
:
permission_handler
name
:
permission_handler
description
:
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
description
:
Permission plugin for Flutter. This plugin provides a cross-platform (iOS, Android) API to request and check permissions.
version
:
9.2
.0
version
:
10.0
.0
homepage
:
https://github.com/baseflow/flutter-permission-handler
homepage
:
https://github.com/baseflow/flutter-permission-handler
environment
:
environment
:
...
@@ -21,7 +21,7 @@ dependencies:
...
@@ -21,7 +21,7 @@ dependencies:
flutter
:
flutter
:
sdk
:
flutter
sdk
:
flutter
meta
:
^1.7.0
meta
:
^1.7.0
permission_handler_android
:
^
9.0.2
permission_handler_android
:
^
10.0.0
permission_handler_apple
:
^9.0.2
permission_handler_apple
:
^9.0.2
permission_handler_windows
:
^0.1.0
permission_handler_windows
:
^0.1.0
permission_handler_platform_interface
:
^3.7.0
permission_handler_platform_interface
:
^3.7.0
...
...
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