Skip to content

Commit 19db6f6

Browse files
authored
bumped min plugin_platform_interface version for main plugin (#2551)
1 parent 0acf9a3 commit 19db6f6

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

flutter_local_notifications/CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
* Bumped Android Gradle Plugin to 8.6.0 to align with the [minimum version](https://developer.android.com/build/releases/gradle-plugin#api-level-support) to use `compileSdk` version 35 (Android 15)
55
* [Android] bumped desugaring library to 2.1.4 and set Java compatibility to 11 instead of 8. Readme has been updated to reflect these changes where`sourceCompatibility` and `targetCompability` should be set to JavaVersion.VERSION_11 (i.e. Java 11), and `jvmTarget` is set to `11`
66
* Bumped multiple dependencies in example app
7+
* Bumped minimum `plugin_platform_interface` version to 2.1.8
78
* Updated example app's `AndroidManifest.xml` to request internet permissions so that release builds can download remote content
89
* [Android] bumped GSON dependency to 2.12. As a result of doing so, applications should no longer need ProGuard rules related to this plugin that were needed for release builds to function. The readme has been updated to remove the associated setup to reflect this. Thanks to the PR from [Koji Wakamiya](https://github.com/koji-1009)
910

flutter_local_notifications/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ dev_dependencies:
2121
flutter_test:
2222
sdk: flutter
2323
mockito: ^5.3.2
24-
plugin_platform_interface: ^2.0.0
24+
plugin_platform_interface: ^2.1.8
2525

2626
flutter:
2727
plugin:

0 commit comments

Comments
 (0)