Skip to content

Commit

Permalink
Modify Java version for Android build
Browse files Browse the repository at this point in the history
  • Loading branch information
ANDREYDEN committed Dec 26, 2024
1 parent 89a6027 commit d985af0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: zulu
java-version: 15
java-version: ${{ env.JAVA_VERSION }}
cache: 'gradle'

- name: Download Flutter
Expand Down

0 comments on commit d985af0

Please sign in to comment.