Skip to content

Commit a952d73

Browse files
committed
downgrade flutter
1 parent e0d14df commit a952d73

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build_android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
uses: subosito/flutter-action@v2
1616
with:
1717
channel: stable
18-
flutter-version: 3.29.2
18+
flutter-version: 3.29.1
1919
cache: true
2020
# optional parameters follow
2121
cache-key: "flutter-:os:-:channel:-:version:-:arch:-:hash:" # optional, change this to force refresh cache

pubspec.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -863,4 +863,4 @@ packages:
863863
version: "6.5.0"
864864
sdks:
865865
dart: ">=3.7.2 <4.0.0"
866-
flutter: ">=3.29.2"
866+
flutter: ">=3.29.1"

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ version: 0.2.7+31
2020

2121
environment:
2222
sdk: ^3.6.0
23-
flutter: ">=3.29.2"
23+
flutter: ">=3.29.1"
2424

2525
# Dependencies specify other packages that your package needs in order to work.
2626
# To automatically upgrade your package dependencies to the latest versions

0 commit comments

Comments
 (0)