File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ version: 2.1
3
3
jobs :
4
4
" android " :
5
5
docker :
6
- - image : mobiledevops/flutter-sdk-image:v1.7.8 -hotfix.4
6
+ - image : mobiledevops/flutter-sdk-image:v1.9.1 -hotfix.2
7
7
steps :
8
8
- checkout
9
9
- run :
20
20
command : npm install -g fvm
21
21
- run :
22
22
name : Install Flutter SDK
23
- command : fvm stable && fvm v1.7.8 +hotfix.4
23
+ command : fvm stable && fvm v1.9.1 +hotfix.2
24
24
- run :
25
25
name : Compile iOS App
26
26
command : flutter build ios --release --no-codesign
Original file line number Diff line number Diff line change 1
- image : mobiledevops/flutter-sdk-image:v1.7.8 -hotfix.4
1
+ image : mobiledevops/flutter-sdk-image:v1.9.1 -hotfix.2
2
2
3
3
stages :
4
4
- build
Original file line number Diff line number Diff line change 1
1
2
2
env :
3
3
global :
4
- - FLUTTER_VERSION=v1.7.8 +hotfix.4
5
- - DOCKER_IMAGE=mobiledevops/flutter-sdk-image:v1.7.8 -hotfix.4
4
+ - FLUTTER_VERSION=v1.9.1 +hotfix.2
5
+ - DOCKER_IMAGE=mobiledevops/flutter-sdk-image:v1.9.1 -hotfix.2
6
6
7
7
matrix :
8
8
include :
You can’t perform that action at this time.
0 commit comments