From c5e4c700c596c08074175b290f85cb7c004b0a6b Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Sun, 30 Mar 2025 15:00:00 +0300 Subject: [PATCH] update android gh action --- .github/workflows/android-build-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android-build-publish.yml b/.github/workflows/android-build-publish.yml index 16a0bbf..8cd4fd9 100644 --- a/.github/workflows/android-build-publish.yml +++ b/.github/workflows/android-build-publish.yml @@ -17,10 +17,10 @@ jobs: - name: Checkout uses: actions/checkout@v4 - - name: set up JDK 17 + - name: set up JDK 21 uses: actions/setup-java@v4 with: - java-version: '17' + java-version: '21' distribution: 'temurin' cache: gradle