Skip to content

Commit

Permalink
changed jdk from 11 to 17
Browse files Browse the repository at this point in the history
  • Loading branch information
Zedonboy committed Jan 28, 2025
1 parent b2b7684 commit 758588a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu' # Use Zulu OpenJDK
java-version: '11' # Java 11 is required for signing
java-version: '17' # Java 11 is required for signing

- name: Build APK
run: flutter build apk --release
Expand Down

0 comments on commit 758588a

Please sign in to comment.