Flutter upgrade
This commit is contained in:
parent
980109da7b
commit
46e836f611
|
|
@ -30,7 +30,7 @@ jobs:
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.13.6'
|
flutter-version: '3.16.2'
|
||||||
#channel: 'stable'
|
#channel: 'stable'
|
||||||
|
|
||||||
- name: Install Sentry
|
- name: Install Sentry
|
||||||
|
|
|
||||||
|
|
@ -32,7 +32,7 @@ jobs:
|
||||||
- name: Setup Flutter
|
- name: Setup Flutter
|
||||||
uses: subosito/flutter-action@v2
|
uses: subosito/flutter-action@v2
|
||||||
with:
|
with:
|
||||||
flutter-version: '3.13.6'
|
flutter-version: '3.16.2'
|
||||||
#channel: 'stable'
|
#channel: 'stable'
|
||||||
|
|
||||||
- name: Init Flutter
|
- name: Init Flutter
|
||||||
|
|
|
||||||
|
|
@ -4,7 +4,7 @@ workflows:
|
||||||
instance_type: linux
|
instance_type: linux
|
||||||
max_build_duration: 120
|
max_build_duration: 120
|
||||||
environment:
|
environment:
|
||||||
flutter: 3.13.6
|
flutter: 3.16.2
|
||||||
xcode: latest
|
xcode: latest
|
||||||
cocoapods: default
|
cocoapods: default
|
||||||
vars:
|
vars:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue