update workflow

This commit is contained in:
Efril 2026-05-29 16:00:38 +07:00
parent a182a3504c
commit 3ae2e93531

View File

@ -20,6 +20,7 @@ jobs:
run: | run: |
sed -i '' 's/firebase_core: 2.32.0/firebase_core: ^3.13.1/' pubspec.yaml sed -i '' 's/firebase_core: 2.32.0/firebase_core: ^3.13.1/' pubspec.yaml
sed -i '' 's/firebase_messaging: 14.7.10/firebase_messaging: ^15.2.5/' pubspec.yaml sed -i '' 's/firebase_messaging: 14.7.10/firebase_messaging: ^15.2.5/' pubspec.yaml
sed -i '' 's/firebase_crashlytics: \^3\.[0-9]*\.[0-9]*/firebase_crashlytics: ^5.2.0/' pubspec.yaml
- name: Install Dependencies - name: Install Dependencies
run: flutter pub get run: flutter pub get