Skip to content

Commit

Permalink
Merge pull request lamarios#550 from lamarios/feature/flutter.3.22.1
Browse files Browse the repository at this point in the history
upgrade flutter to fix issues with localisation
  • Loading branch information
lamarios authored May 23, 2024
2 parents 0f8c28e + a451971 commit cb072e6
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,11 @@ jobs:
# FLUTTER_VERSION: "2.5.3"
steps:
- uses: actions/checkout@v3
- name: Set up JDK 17
uses: actions/setup-java@v3
with:
java-version: '17'
distribution: 'adopt'
- uses: cachix/install-nix-action@v22
with:
nix_path: nixpkgs=channel:nixos-23.11
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: invidious
version: 1.19.9+4054
version: 1.19.10+4055
publish_to: none
description: A new Flutter project.
environment:
Expand Down

0 comments on commit cb072e6

Please sign in to comment.