Skip to content

Commit

Permalink
Upgrade to java 22
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x authored Sep 27, 2024
1 parent d445140 commit 60ebe00
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 @@ -7,11 +7,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: set up JDK 18
- name: set up JDK 22
uses: actions/setup-java@v4
with:
java-version: "18"
distribution: "temurin"
java-version: "22"
distribution: "corretto"
cache: gradle
- name: Build with Gradle
run: ./gradlew assembleDebug
Expand Down

0 comments on commit 60ebe00

Please sign in to comment.