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 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: 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