Flutter upgrade

This commit is contained in:
Hillel Coren 2023-12-07 17:43:59 +02:00
parent 980109da7b
commit 46e836f611
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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: