add crashlytic
This commit is contained in:
@@ -16,6 +16,11 @@ jobs:
|
||||
with:
|
||||
flutter-version: "3.41.9"
|
||||
|
||||
- name: Upgrade Firebase for Xcode 26 compatibility
|
||||
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
|
||||
|
||||
- name: Install Dependencies
|
||||
run: flutter pub get
|
||||
|
||||
|
||||
Reference in New Issue
Block a user