Skip to content

Commit

Permalink
fix flutter version for reproducible builds
Browse files Browse the repository at this point in the history
  • Loading branch information
Dr-Blank committed Dec 7, 2024
1 parent 77f7a7e commit 997d3eb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/flutter_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version-file: pubspec.yaml

- name: Install dependencies
run: flutter pub get
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ version: 0.0.15+6

environment:
sdk: ">=3.3.4 <4.0.0"
flutter: ">=3.24.5 <4.0.0"
flutter: 3.24.5

isar_version: &isar_version ^4.0.0-dev.13 # define the version to be used

Expand Down

0 comments on commit 997d3eb

Please sign in to comment.