Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
fast4x committed Sep 27, 2024
2 parents a835b73 + 60ebe00 commit 3f060bc
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 3f060bc

Please sign in to comment.