From 9590716b2e204643c9b24ecc753ca88133f31a29 Mon Sep 17 00:00:00 2001 From: Petr Matousek Date: Fri, 21 Feb 2025 16:58:51 +0100 Subject: [PATCH] Update JDK version in the android.yml --- .github/workflows/android.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/android.yml b/.github/workflows/android.yml index 740c2ee..d536a1e 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -13,10 +13,10 @@ jobs: steps: - uses: actions/checkout@v3 - - name: set up JDK 11 + - name: set up JDK 17 uses: actions/setup-java@v3 with: - java-version: '11' + java-version: '17' distribution: 'temurin' cache: gradle