Skip to content

Commit

Permalink
fix(sdk): update dependency dart to >=3.2.5 <4.0.0 (#283)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 18, 2024
1 parent ef86054 commit 0c9af37
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion example/pubspec.lock
Expand Up @@ -253,5 +253,5 @@ packages:
source: hosted
version: "5.2.0"
sdks:
dart: ">=3.2.4 <4.0.0"
dart: ">=3.2.5 <4.0.0"
flutter: ">=3.16.7"
2 changes: 1 addition & 1 deletion example/pubspec.yaml
Expand Up @@ -7,7 +7,7 @@ version: 1.0.0+1
publish_to: "none" # Remove this line if you wish to publish to pub.dev

environment:
sdk: ">=3.2.4 <4.0.0"
sdk: ">=3.2.5 <4.0.0"

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Expand Up @@ -4,7 +4,7 @@ version: 3.7.1
homepage: https://github.com/zeshuaro/google_api_headers

environment:
sdk: ">=3.2.4 <4.0.0"
sdk: ">=3.2.5 <4.0.0"
flutter: ">=3.16.7"

dependencies:
Expand Down

0 comments on commit 0c9af37

Please sign in to comment.