Skip to content

Commit 3c3e68c

Browse files
committed
made changes breaking
1 parent a10ef7d commit 3c3e68c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

permission_handler_android/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## 12.1.1
1+
## 13.0.0
22

3-
> **IMPORTANT:** When updating to version 12.1.1 make sure to also set the `compileSdkVersion` in the `app/build.gradle` file to `35`.
3+
- **BREAKING CHANGES:** When updating to version 13.0.0 make sure to also set the `compileSdkVersion` in the `app/build.gradle` file to `35`.
44
- Updates Android `compileSdkVersion: 33` to `35`
55
- Updates Android `com.android.tools.build:gradle:8.0.0` to `com.android.tools.build:gradle:8.0.2`
66
- Updates Android `sourceCompatibility = JavaVersion.VERSION_1_8` to `sourceCompatibility = JavaVersion.VERSION_17`

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.1.1
4+
version: 13.0.0
55

66
environment:
77
sdk: ^3.5.0

0 commit comments

Comments
 (0)