Skip to content

Commit

Permalink
Merge branch 'main' into feat/sort-by-button-reduced-width
Browse files Browse the repository at this point in the history
  • Loading branch information
BLKKKBVSIK authored Dec 20, 2023
2 parents dc043fb + 86e0e9e commit f48b853
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1 +1 @@
flutter 3.16.0-stable
flutter 3.16.4-stable
2 changes: 1 addition & 1 deletion melos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ command:
bootstrap:
environment:
sdk: '>=3.1.0 <4.0.0'
flutter: 3.13.9
flutter: 3.16.4

dev_dependencies:
ubuntu_lints: ^0.3.0
Expand Down
2 changes: 1 addition & 1 deletion packages/app_center/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: 'none'

environment:
sdk: '>=3.1.0 <4.0.0'
flutter: 3.13.9
flutter: 3.16.4

dependencies:
app_center_ratings_client: ^1.0.0
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ version: git
parts:
flutter-git:
source: https://github.com/flutter/flutter.git
source-tag: 3.13.9
source-tag: 3.16.4
source-depth: 1
plugin: nil
override-build: |
Expand Down

0 comments on commit f48b853

Please sign in to comment.