Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Signed-off-by: hosizoraru <hosizoraru@gmail.com>
  • Loading branch information
hosizoraru authored Mar 5, 2024
1 parent ca0b681 commit bbf3471
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ jobs:
fetch-depth: 0
submodules: true

- name: set up JDK 20
- name: set up JDK 21
uses: actions/setup-java@v4
with:
java-version: '20'
distribution: 'temurin'
java-version: '21'
distribution: 'adopt'
cache: gradle

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit bbf3471

Please sign in to comment.