From b9f7a540b755e62f8e09f9371642c80d4debfe38 Mon Sep 17 00:00:00 2001 From: nixos script Date: Thu, 23 May 2024 18:45:32 +0800 Subject: [PATCH 1/3] upgrade flutter to fix issues with localisation --- submodules/flutter | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/submodules/flutter b/submodules/flutter index 5dcb86f6..a14f74ff 160000 --- a/submodules/flutter +++ b/submodules/flutter @@ -1 +1 @@ -Subproject commit 5dcb86f68f239346676ceb1ed1ea385bd215fba1 +Subproject commit a14f74ff3a1cbd521163c5f03d68113d50af93d3 From 99491a104da0ab8202a153dd88a92899a1ed9ec4 Mon Sep 17 00:00:00 2001 From: nixos script Date: Thu, 23 May 2024 18:55:09 +0800 Subject: [PATCH 2/3] add java 17 to build.yml --- .github/workflows/build.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b91b33dd..7756fd04 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 From a4519710c1f809745701980ebfef9383702c26fe Mon Sep 17 00:00:00 2001 From: nixos script Date: Thu, 23 May 2024 19:22:38 +0800 Subject: [PATCH 3/3] add java 17 to build.yml --- pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pubspec.yaml b/pubspec.yaml index 83c7af3d..d1fcfd82 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -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: