From 1fd4a891f58dd7407fd2a2f6544ca13960373104 Mon Sep 17 00:00:00 2001 From: loveCNL <51292972+loveCNL@users.noreply.github.com> Date: Fri, 9 Feb 2024 10:24:34 +0800 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 72b9896..9ca18b0 100644 --- a/.github/workflows/android.yml +++ b/.github/workflows/android.yml @@ -10,10 +10,10 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - 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 - name: Grant execute permission for gradlew