Skip to content

Commit

Permalink
[flutter_local_notifications] Update timezone (MaikuB#1706)
Browse files Browse the repository at this point in the history
* Update timezone

* update changelog and pubspec to add release info

Co-authored-by: Michael Bui <[email protected]>
  • Loading branch information
nohli and MaikuB authored Sep 17, 2022
1 parent 5d829e3 commit 0e52442
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# [11.0.0]

* Bumped `timezone` dependency. To err on the safe when it comes to dependency version conflicts, this is being published as major release as the updated `timezone` package was published as a major release. Thanks to the PR from [Joachim Nohl](https://github.com/nohli)

# [10.0.0]

* **Breaking change** [Android] `zonedSchedule()`'s implementation has switched to using [desugaring](https://developer.android.com/studio/releases/gradle-plugin#j8-library-desugaring) instead of the [ThreeTen Android Backport library](https://github.com/JakeWharton/ThreeTenABP). This required the plugin to update to using Android Gradle plugin 4.2.2 and applications may need to bump their Android Gradle plugin dependency to at least 4.2.2 as a result. Added a "Gradle setup" section underneath "Android setup" with details on the extra setup needed
Expand Down
4 changes: 2 additions & 2 deletions flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: flutter_local_notifications
description: A cross platform plugin for displaying and scheduling local
notifications for Flutter applications with the ability to customise for each
platform.
version: 10.0.0
version: 11.0.0
homepage: https://github.com/MaikuB/flutter_local_notifications/tree/master/flutter_local_notifications
issue_tracker: https://github.com/MaikuB/flutter_local_notifications/issues

Expand All @@ -12,7 +12,7 @@ dependencies:
sdk: flutter
flutter_local_notifications_linux: ^1.0.0
flutter_local_notifications_platform_interface: ^6.0.0
timezone: ^0.8.0
timezone: ^0.9.0

dev_dependencies:
flutter_driver:
Expand Down

0 comments on commit 0e52442

Please sign in to comment.