moved ci/cd to 3.13.9

This commit is contained in:
Vadim 2024-04-03 17:12:16 +02:00
parent 7ba54a4405
commit 1712e92aef
5 changed files with 5 additions and 5 deletions

View file

@ -113,7 +113,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.10.0"
flutter-version: "3.13.9"
- name: Prepare flutter project
run: |

View file

@ -108,7 +108,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.10.0"
flutter-version: "3.13.9"
- name: Prepare flutter project
run: |

View file

@ -42,7 +42,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.10.0"
flutter-version: "3.13.9"
- name: Prepare flutter project
run: |

View file

@ -31,7 +31,7 @@ jobs:
- uses: subosito/flutter-action@v2
with:
channel: "stable"
flutter-version: "3.10.0"
flutter-version: "3.13.9"
- name: Prepare app
run: |

View file

@ -34,7 +34,7 @@ Without further delay behold my new Lightmeter app inspired by Material You (a.k
### 1. Install Flutter
To build this app you need to install Flutter 3.10.0 stable. [How to install](https://docs.flutter.dev/get-started/install).
To build this app you need to install Flutter 3.13.9 stable. [How to install](https://docs.flutter.dev/get-started/install).
### 2. Project setup