Skip to content

Commit

Permalink
fix(android_alarm_manager_plus): set correct environment versions (#3420
Browse files Browse the repository at this point in the history
)
  • Loading branch information
StanleyCocos authored Jan 9, 2025
1 parent dc3ba17 commit c2722f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/android_alarm_manager_plus/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ Dart code in the background when alarms fire.

## Requirements

- Flutter >=3.3.0
- Dart >=2.18.0 <4.0.0
- Flutter >=3.12.0
- Dart >=3.1.0 <4.0.0
- Android `compileSDK` 34
- Java 17
- Android Gradle Plugin >=8.3.0
Expand Down
4 changes: 2 additions & 2 deletions packages/android_alarm_manager_plus/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ topics:
- utils

environment:
sdk: ">=2.18.0 <4.0.0"
flutter: ">=3.3.0"
sdk: ">=3.1.0 <4.0.0"
flutter: ">=3.12.0"

dependencies:
flutter:
Expand Down

0 comments on commit c2722f8

Please sign in to comment.