Skip to content

Commit

Permalink
chore(mobile): Bump to Flutter 3.19.0 (#7167)
Browse files Browse the repository at this point in the history
* Bump to Flutter 3.19.0

* Ran pub upgrade --major-versions and removed isar_version alias

Wrong http version

* Updated share_plus to fix android build

* Updates github actions to 3.19.0

* upgrade to 3.19.3

* upgrade to 3.19.3

---------

Co-authored-by: Alex Tran <[email protected]>
  • Loading branch information
martyfuhry and alextran1502 authored Mar 21, 2024
1 parent 95fb9c4 commit 5ef6215
Show file tree
Hide file tree
Showing 5 changed files with 220 additions and 189 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-mobile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.16.9"
flutter-version: "3.19.3"
cache: true

- name: Create the Keystore
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.16.9"
flutter-version: "3.19.3"

- name: Install dependencies
run: dart pub get
Expand Down
2 changes: 1 addition & 1 deletion mobile/.fvm/fvm_config.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"flutterSdkVersion": "3.16.9",
"flutterSdkVersion": "3.19.3",
"flavors": {}
}
Loading

0 comments on commit 5ef6215

Please sign in to comment.