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.
2 parents d8017cd + 8aa817c commit f2ce13bCopy full SHA for f2ce13b
.circleci/config.yml
@@ -2,7 +2,7 @@ version: 2.1
2
3
orbs:
4
android: circleci/android@2.5.0
5
- flutter: circleci/flutter@2.0.2
+ flutter: circleci/flutter@2.0.4
6
node: circleci/node@5.2.0
7
advanced-checkout: vsco/advanced-checkout@1.1.0
8
@@ -142,7 +142,7 @@ jobs:
142
executor:
143
name: android/android-machine
144
resource-class: xlarge
145
- tag: default
+ tag: 2024.01.1
146
steps:
147
- advanced-checkout/shallow-checkout
148
- setup_flutter
@@ -154,7 +154,7 @@ jobs:
154
155
156
157
158
159
160
- setup_captain:
0 commit comments