Skip to content

Commit

Permalink
v2.2.1+81
Browse files Browse the repository at this point in the history
  • Loading branch information
w8385 committed Oct 10, 2024
1 parent a798386 commit d1a7d95
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ class NotificationApiClient {
details,
uiLocalNotificationDateInterpretation:
UILocalNotificationDateInterpretation.absoluteTime,
androidAllowWhileIdle: true,
matchDateTimeComponents: DateTimeComponents.time,
);
}
Expand Down Expand Up @@ -85,7 +84,6 @@ class NotificationApiClient {
uiLocalNotificationDateInterpretation:
UILocalNotificationDateInterpretation.absoluteTime,
matchDateTimeComponents: DateTimeComponents.dateAndTime,
androidAllowWhileIdle: true,
);
}

Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: For solving problems in the world of programming; base on solved.ac

publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 2.2.0+80
version: 2.2.1+81

environment:
sdk: ">=2.18.2 <3.0.0"
Expand Down

0 comments on commit d1a7d95

Please sign in to comment.