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 0a08e36 commit 888dab7Copy full SHA for 888dab7
.github/workflows/ci.yml
@@ -36,7 +36,7 @@ jobs:
36
java-version: 21
37
- uses: subosito/flutter-action@v1
38
with:
39
- flutter-version: '3.38.4'
+ flutter-version: '3.41.6'
40
- name: Create config file
41
run: |
42
echo 'class NetConfig { static const CLIENT_ID = "${{ secrets.CLIENT_ID }}"; static const CLIENT_SECRET = "${{ secrets.CLIENT_SECRET }}";}' > lib/common/config/ignoreConfig.dart
@@ -67,7 +67,7 @@ jobs:
67
68
69
70
71
72
73
0 commit comments