Skip to content

Commit

Permalink
bump SDK min version (#1603)
Browse files Browse the repository at this point in the history
  • Loading branch information
sensuikan1973 authored Oct 22, 2023
1 parent b4e6c9a commit 74d18e0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -852,4 +852,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.1.0 <4.0.0"
flutter: ">=3.10.6"
flutter: ">=3.13.0"
4 changes: 2 additions & 2 deletions pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ issue_tracker: https://github.com/sensuikan1973/pedax/issues
version: 6.19.0+115

environment: # See: https://dart.dev/tools/pub/pubspec#sdk-constraints
sdk: ">=3.0.6 <4.0.0"
flutter: ^3.10.6 # See: https://flutter.dev/docs/development/tools/sdk/releases
sdk: ">=3.1.0 <4.0.0"
flutter: ^3.13.0 # See: https://flutter.dev/docs/development/tools/sdk/releases

dependencies:
crypto: ^3.0.3
Expand Down

0 comments on commit 74d18e0

Please sign in to comment.