From 3f2a597c2a3a208cbb62f9cf5c442ff9bf3553ca Mon Sep 17 00:00:00 2001 From: Q <170919602+202420505@users.noreply.github.com> Date: Tue, 11 Feb 2025 20:40:38 +0900 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 9b84ea4..8277c72 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -14,10 +14,10 @@ jobs: steps: - 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