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 d38480f commit 1070147Copy full SHA for 1070147
.github/workflows/ci.yml
@@ -32,9 +32,9 @@ jobs:
32
- uses: actions/setup-java@v1
33
with:
34
java-version: '17'
35
- - uses: subosito/flutter-action@v1
+ - uses: subosito/flutter-action@v2
36
37
- flutter-version: ${{ matrix.flutter }}
+ flutter-version: '3.22.x'
38
- run: flutter pub get
39
working-directory: example
40
- run: flutter build apk --release -v --gradle-arg=--warning-mode=summary
0 commit comments