We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7033a09 commit 57be2f9Copy full SHA for 57be2f9
1 file changed
.github/workflows/android-release.yaml
@@ -11,7 +11,7 @@ env:
11
12
jobs:
13
apk:
14
- name: Flutter APK → GitHub Release
+ name: Flutter APK
15
runs-on: ubuntu-latest
16
permissions:
17
contents: write
@@ -24,7 +24,7 @@ jobs:
24
uses: actions/setup-java@v4
25
with:
26
distribution: temurin
27
- java-version: '17'
+ java-version: '25'
28
29
- name: Set up Flutter
30
uses: subosito/flutter-action@v2
0 commit comments