1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-12-04 07:52:15 +01:00

Use JDK 21 in build-release-apk.yml

See https://github.com/TeamNewPipe/NewPipe/issues/11754
This commit is contained in:
Stypox 2024-12-02 13:49:30 +01:00 committed by GitHub
parent 3847b32c11
commit 70748fa0bc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"