From 6167ac885c0c777e1df684552d22714aa8bb8f22 Mon Sep 17 00:00:00 2001 From: Marcos <98092901+chiteroman@users.noreply.github.com> Date: Fri, 1 Dec 2023 01:46:38 +0100 Subject: [PATCH] Update 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 3edaaf9..9b91614 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