Upgrade Twake Mail Flutter to v3.24.5

Revert "fixup! Upgrade Twake Mail Flutter to v3.24.5"

This reverts commit 0a597753a92b658ec17b0578ed488584d7c514d4.
This commit is contained in:
DatDang
2025-01-09 15:48:58 +07:00
committed by Dat H. Pham
parent 29e8fa770e
commit 69fa8d2dce
38 changed files with 308 additions and 277 deletions
+1 -1
View File
@@ -32,7 +32,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.2"
flutter-version: "3.24.5"
channel: "stable"
cache: true
cache-key: "deps-${{ hashFiles('**/pubspec.lock') }}"
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Build dev binaries
env:
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.24.5
XCODE_VERSION: ^15.0.1
jobs:
+1 -1
View File
@@ -23,7 +23,7 @@ jobs:
- name: Setup flutter
uses: subosito/flutter-action@v2
with:
flutter-version: "3.22.2"
flutter-version: "3.24.5"
channel: "stable"
cache: true
cache-key: deps-${{ hashFiles('**/pubspec.lock') }} # optional, change this to force refresh cache
@@ -7,7 +7,7 @@ on:
env:
JAVA_VERSION: 17
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.24.5
jobs:
mobile_integration_test:
+1 -1
View File
@@ -6,7 +6,7 @@ on:
name: Release
env:
FLUTTER_VERSION: 3.22.2
FLUTTER_VERSION: 3.24.5
XCODE_VERSION: ^15.0.1
jobs: