Skip to content

Commit

Permalink
Merge pull request #18590 from anr2me/manual_generate_apk
Browse files Browse the repository at this point in the history
[Workflow] Update JDK version to 17
  • Loading branch information
hrydgard committed Dec 20, 2023
2 parents f47b87a + 38cd616 commit 3e6b7a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_generate_apk.yml
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v2
with:
distribution: 'zulu'
java-version: '11'
java-version: '17'

#- name: Setup SDK
# uses: android-actions/setup-android@v2
Expand Down

0 comments on commit 3e6b7a6

Please sign in to comment.