Skip to content

Commit

Permalink
chore: update flutter major version
Browse files Browse the repository at this point in the history
  • Loading branch information
Benjamin-Frost committed Jun 30, 2022
1 parent 40cc061 commit a4244e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ defaults:
env:
JAVA_VERSION: 12.x
FLUTTER_CHANNEL: stable
FLUTTER_VERSION: 2.10.x
FLUTTER_VERSION: 3.0.3

jobs:
lint:
Expand Down
4 changes: 2 additions & 2 deletions app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ publish_to: 'none'
version: 1.0.0+1

environment:
sdk: '>=2.15.0 <3.0.0'
flutter: '>=2.10.0 <2.11.0'
sdk: '>=2.17.0 <3.0.0'
flutter: '>=3.0.0 <3.1.0'

dependencies:
auto_route: ^4.2.0
Expand Down

0 comments on commit a4244e8

Please sign in to comment.