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 489feee commit f518594Copy full SHA for f518594
.github/workflows/build_test.yml
@@ -29,13 +29,13 @@ jobs:
29
os: [ubuntu-latest]
30
steps:
31
- uses: actions/checkout@v4
32
- - name: Set up JDK 17
+ - name: Set up JDK 21
33
uses: actions/setup-java@v3
34
with:
35
- java-version: '17'
+ java-version: '21'
36
distribution: 'temurin'
37
- uses: subosito/flutter-action@v2
38
39
channel: stable
40
- run: flutter pub get
41
- - run: cd example; flutter build apk --debug
+ - run: cd example; flutter build apk
0 commit comments