Skip to content

Commit 370df0c

Browse files
committedSep 28, 2023
mark version 0.5.2
1 parent 1ecec8d commit 370df0c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# next
1+
# 0.5.2
22

33
* Android: Bump to workmanager 2.8.1
44
* Android: Move to Android Gradle Plugin 8.x

‎pubspec.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
name: workmanager
22
description: Flutter Workmanager. This plugin allows you to schedule background work on Android and iOS.
3-
version: 0.5.1
3+
version: 0.5.2
44
homepage: https://github.com/fluttercommunity/flutter_workmanager
55
repository: https://github.com/fluttercommunity/flutter_workmanager
66
issue_tracker: https://github.com/fluttercommunity/flutter_workmanager/issues
77

88
environment:
9-
sdk: ">=2.18.0 <3.0.0"
9+
sdk: '>=3.1.2 <4.0.0'
1010
flutter: ">=2.5.0"
1111

1212
dependencies:

0 commit comments

Comments
 (0)
Please sign in to comment.