Skip to content

Commit 70748fa

Browse files
authored
Use JDK 21 in build-release-apk.yml
See #11754
1 parent 3847b32 commit 70748fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-release-apk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/setup-java@v4
1515
with:
1616
distribution: 'temurin'
17-
java-version: '17'
17+
java-version: '21'
1818
cache: 'gradle'
1919

2020
- name: "Build release APK"

0 commit comments

Comments
 (0)