Skip to content

Commit

Permalink
Update android.yml
Browse files Browse the repository at this point in the history
Try an even more radical upgrade
  • Loading branch information
jaydeetay authored May 3, 2024
1 parent 7a51e89 commit 8821f6b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: set up JDK
uses: actions/setup-java@v1
- uses: actions/setup-java@v4
with:
java-version: 12
distribution: 'zulu' # See 'Supported distributions' for available options
java-version: '21'
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
Expand Down

0 comments on commit 8821f6b

Please sign in to comment.