From cdbfbd209b774e426214d8a651ae995eef4f2386 Mon Sep 17 00:00:00 2001 From: Gergely Hegedus Date: Thu, 1 May 2025 16:44:19 +0300 Subject: [PATCH] Update java action --- .github/workflows/deploy_to_playstore.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy_to_playstore.yml b/.github/workflows/deploy_to_playstore.yml index b7e2da4..30e5a66 100644 --- a/.github/workflows/deploy_to_playstore.yml +++ b/.github/workflows/deploy_to_playstore.yml @@ -26,7 +26,7 @@ jobs: uses: actions/setup-java@v3 with: distribution: 'adopt' - java-version: '11' + java-version: '17' # caching currently disabled, because the files are large, but don't decrease built time too much #cache: gradle