Downgrade Flutter to 3.22.3 (#438)

* Downgrade Flutter to 3.22.3

Downgrade Flutter to 3.22.3 until resource linking issue is resolved on Android release builds with 3.24

* Update pubspec.lock
This commit is contained in:
Erdem Yerebasmaz
2024-08-08 16:47:21 +03:00
committed by GitHub
parent 3703fd3477
commit 3e38e5963a
6 changed files with 23 additions and 19 deletions

View File

@@ -51,6 +51,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.22.3 # Pinned until resource linking issues on Android is resolved with 3.24
- run: flutter --version
- name: Set up just

View File

@@ -149,6 +149,7 @@ jobs:
uses: subosito/flutter-action@v2
with:
channel: stable
flutter-version: 3.22.3 # Pinned until resource linking issues on Android is resolved with 3.24
- run: flutter --version
- name: Set up just

View File

@@ -46,9 +46,11 @@ jobs:
ref: ${{ inputs.ref || github.sha }}
path: build
- uses: subosito/flutter-action@v2
- name: Set up Flutter
uses: subosito/flutter-action@v2
with:
channel: 'stable'
flutter-version: 3.22.3 # Pinned until resource linking issues on Android is resolved with 3.24
- name: Copy package files
working-directory: dist