We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f53dc30 commit 9e06174Copy full SHA for 9e06174
.github/workflows/build.yml
@@ -40,7 +40,7 @@ jobs:
40
- uses: actions/setup-java@v4
41
with:
42
distribution: 'zulu'
43
- java-version: '11'
+ java-version: '21'
44
- name: Build apk
45
run: flutter build apk --release --no-shrink
46
- uses: actions/upload-artifact@v4
0 commit comments