This commit is contained in:
efrilm 2026-05-29 16:09:48 +07:00
parent 3ae2e93531
commit f9cbd16b28

View File

@ -20,7 +20,7 @@ jobs:
run: |
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_crashlytics: \^3\.[0-9]*\.[0-9]*/firebase_crashlytics: ^5.2.0/' pubspec.yaml
sed -i '' 's/firebase_crashlytics: \^*[0-9]*\.[0-9]*\.[0-9]*/firebase_crashlytics: ^4.3.10/' pubspec.yaml
- name: Install Dependencies
run: flutter pub get