Skip to content

Commit

Permalink
fix java version
Browse files Browse the repository at this point in the history
  • Loading branch information
kazami139 committed Feb 15, 2023
1 parent f5acb7b commit 3cd912e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/app-prebuild.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- uses: actions/setup-java@v3
with:
distribution: "zulu"
java-version: "8"
java-version: "11"
cache: 'gradle'

- name: Setup Android SDK
Expand Down

0 comments on commit 3cd912e

Please sign in to comment.