Skip to content

Commit

Permalink
pulled origin main
Browse files Browse the repository at this point in the history
  • Loading branch information
Eldar2021 committed Jan 29, 2024
2 parents a2106ba + 108bfa0 commit eb7f847
Show file tree
Hide file tree
Showing 10 changed files with 16 additions and 16 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
10 changes: 5 additions & 5 deletions app/pubspec.lock
Original file line number Diff line number Diff line change
Expand Up @@ -406,10 +406,10 @@ packages:
dependency: "direct main"
description:
name: font_awesome_flutter
sha256: "52671aea66da73b58d42ec6d0912b727a42248dd9a7c76d6c20f275783c48c08"
sha256: "275ff26905134bcb59417cf60ad979136f1f8257f2f449914b2c3e05bbb4cd6f"
url: "https://pub.dev"
source: hosted
version: "10.6.0"
version: "10.7.0"
frontend_server_client:
dependency: transitive
description:
Expand Down Expand Up @@ -1103,10 +1103,10 @@ packages:
dependency: "direct main"
description:
name: url_launcher
sha256: d25bb0ca00432a5e1ee40e69c36c85863addf7cc45e433769d61bed3fe81fd96
sha256: c512655380d241a337521703af62d2c122bf7b77a46ff7dd750092aa9433499c
url: "https://pub.dev"
source: hosted
version: "6.2.3"
version: "6.2.4"
url_launcher_android:
dependency: transitive
description:
Expand Down Expand Up @@ -1309,4 +1309,4 @@ packages:
version: "3.1.2"
sdks:
dart: ">=3.2.0 <4.0.0"
flutter: ">=3.16.8"
flutter: ">=3.16.9"
6 changes: 3 additions & 3 deletions 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 All @@ -23,9 +23,9 @@ dependencies:
stomp_dart_client: ^1.0.2
infinite_scroll_pagination: ^4.0.0
flutter_svg: ^2.0.9
url_launcher: ^6.2.3
url_launcher: ^6.2.4
json_annotation: ^4.8.1
font_awesome_flutter: ^10.6.0
font_awesome_flutter: ^10.7.0
upgrader: ^9.0.0
just_audio: # look the detail https://github.com/ryanheise/just_audio/issues/294
git:
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 eb7f847

Please sign in to comment.