Skip to content

Commit fce3d26

Browse files
committed
chore(deps): requires flutter 3.27.1
1 parent d9a8065 commit fce3d26

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
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.27.0' # Do NOT remove or rename the variable otherwise will break FDroid workflows.
9+
CI_FLUTTER_VERSION: '3.27.1' # 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.27.0'
11+
CI_FLUTTER_VERSION: '3.27.1'
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.27.0'
41+
CI_FLUTTER_VERSION: '3.27.1'
4242
CI_RUST_VERSION: '1.83.0'
4343

4444
jobs:

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ publish_to: "none"
88
version: 1.0.0+35
99

1010
environment:
11-
flutter: ">=3.27.0 <4.0.0"
11+
flutter: ">=3.27.1 <4.0.0"
1212
sdk: ">=3.6.0 <4.0.0"
1313

1414
dependencies:

0 commit comments

Comments
 (0)