Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
justinvforvendetta committed Jul 28, 2024
2 parents a52c718 + 359abb3 commit 60dec30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

Expand Down

0 comments on commit 60dec30

Please sign in to comment.