Skip to content

Commit

Permalink
Use JDK 21 in build-release-apk.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Stypox authored Dec 2, 2024
1 parent 3847b32 commit 70748fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-apk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '17'
java-version: '21'
cache: 'gradle'

- name: "Build release APK"
Expand Down

0 comments on commit 70748fa

Please sign in to comment.