Skip to content

Commit

Permalink
bump dependency on flutter_local_notifications_platform_interface (#908)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikuB authored Nov 15, 2020
1 parent f15cfd1 commit 1fdf1ce
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions flutter_local_notifications/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
* [Android] made changes so that the plugin will now register the receivers and permissions needed. This reduces the amount of setup needed as developers will no longer need to update their AndroidManifest.xml to do so. The section of the readme on the Android setup for scheduled notifications has been removed as a result
* [Android] fixed an issue where notifications may not appear after rebooting
* [Android] made changes so that the plugin itself specifies which classes should be kept when minified. This means developers should no longer need to add a rule for this plugin in their application's Proguard rules file. Note that rules for GSON will still be needed. The release build configuration section related to the Android setup has been updated to reflect this change
* Bump dependency on `flutter_local_notifications_platform_interface`
* Updated API docs

# [3.0.1+3]
Expand Down
2 changes: 1 addition & 1 deletion flutter_local_notifications/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ dependencies:
flutter:
sdk: flutter
platform: ">=2.0.0 <4.0.0"
flutter_local_notifications_platform_interface: ^2.0.0
flutter_local_notifications_platform_interface: ^2.0.0+1
timezone: ^0.5.6

dev_dependencies:
Expand Down

0 comments on commit 1fdf1ce

Please sign in to comment.