Skip to content

Commit

Permalink
bump flutter v3.16.9
Browse files Browse the repository at this point in the history
  • Loading branch information
admin authored and admin committed Jan 29, 2024
1 parent 2d30a32 commit a5ff052
Show file tree
Hide file tree
Showing 10 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/analyze_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.16.9"
channel: "stable"
- run: flutter doctor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
cache: gradle
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.16.9"
channel: "stable"
- run: flutter doctor

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.16.9"
channel: "stable"
architecture: x64
- run: flutter doctor
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.16.9"
channel: stable
- uses: actions/setup-java@v3
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@v3
- uses: subosito/flutter-action@v2
with:
flutter-version: "3.16.8"
flutter-version: "3.16.9"
channel: stable
- run: flutter doctor -v

Expand Down
2 changes: 1 addition & 1 deletion app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -1301,4 +1301,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.8"
flutter: ">=3.16.9"
2 changes: 1 addition & 1 deletion app/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ version: 1.2.2

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.8
flutter: 3.16.9

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion packages/mq_storage/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ publish_to: none

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.8
flutter: 3.16.9

dependencies:
flutter:
Expand Down
2 changes: 1 addition & 1 deletion pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -323,4 +323,4 @@ packages:
version: "2.1.1"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.8"
flutter: ">=3.16.9"
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: A new Flutter project.

environment:
sdk: ">=3.2.0 <4.0.0"
flutter: 3.16.8
flutter: 3.16.9

dev_dependencies:
melos: ^4.0.0

0 comments on commit a5ff052

Please sign in to comment.