Skip to content

Commit 7450282

Browse files
committed
chore(deps): update flutter version
1 parent fa984ab commit 7450282

File tree

4 files changed

+4
-5
lines changed

4 files changed

+4
-5
lines changed

.github/workflows/release_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ on:
66
- 'v*'
77

88
env:
9-
CI_FLUTTER_VERSION: '3.32.6' # Do NOT remove or rename the variable otherwise will break FDroid workflows.
9+
CI_FLUTTER_VERSION: '3.32.8' # Do NOT remove or rename the variable otherwise will break FDroid workflows.
1010
CI_RUST_VERSION: '1.83.0' # Keep a same rust version on all compile targets.
1111

1212
jobs:

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
env:
11-
CI_FLUTTER_VERSION: '3.32.6'
11+
CI_FLUTTER_VERSION: '3.32.8'
1212

1313
jobs:
1414
flutter_test:

.github/workflows/test_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ on:
3838
default: true
3939

4040
env:
41-
CI_FLUTTER_VERSION: '3.32.6'
41+
CI_FLUTTER_VERSION: '3.32.8'
4242
CI_RUST_VERSION: '1.83.0'
4343

4444
jobs:

pubspec.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,8 +98,7 @@ dependency_overrides:
9898
path: pkgs/jni
9999

100100
dev_dependencies:
101-
# Pinned on 2.4.x version for working with null-aware-elements issue in GitHub CI.
102-
build_runner: 2.4.15
101+
build_runner: 2.5.4
103102
custom_lint: ^0.7.6
104103
dart_mappable_builder: ^4.5.0
105104
flutter_launcher_icons: ^0.14.4

0 commit comments

Comments
 (0)