Skip to content

Commit 5f2f75e

Browse files
committed
updated github workflow
1 parent 1b7df27 commit 5f2f75e

3 files changed

Lines changed: 5 additions & 24 deletions

File tree

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- uses: actions/checkout@v3
1414
- uses: subosito/flutter-action@v1
1515
with:
16-
flutter-version: '3.27.2'
16+
flutter-version: '3.29.1'
1717
channel: 'stable'
1818
- name: update dependencies
1919
run: sudo apt-get update
@@ -50,7 +50,7 @@ jobs:
5050
- uses: subosito/flutter-action@v1
5151
with:
5252
channel: 'stable'
53-
flutter-version: '3.27.2'
53+
flutter-version: '3.29.1'
5454
- name: Install project dependencies
5555
run: flutter pub get
5656
#- name: Generate intermediates
@@ -80,7 +80,7 @@ jobs:
8080
- uses: subosito/flutter-action@v2
8181
with:
8282
channel: 'stable'
83-
flutter-version: '3.27.2'
83+
flutter-version: '3.29.1'
8484
- name: Install project dependencies
8585
run: flutter pub get
8686
- run: flutter config --enable-macos-desktop

.idea/workspace.xml

Lines changed: 1 addition & 20 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: OpenView2
22
description: BLE companion app for use with ProtoCentral breakout boards and modules
33

4-
version: 2.1.6+117
4+
version: 2.1.7+118
55

66
environment:
77
sdk: ^3.3.0

0 commit comments

Comments
 (0)