Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Commit

Permalink
fix: updating the pod file to fix broken tests
Browse files Browse the repository at this point in the history
  • Loading branch information
saeedbashir committed Nov 16, 2023
1 parent 4a849ab commit 65839a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ target 'edX' do
pod 'FirebaseCoreInternal', '= 10.5.0', :modular_headers => true
pod 'FirebaseCrashlytics', '= 10.5.0'
pod 'FirebaseInAppMessaging', '= 10.5.0-beta'
pod 'FirebaseMessaging', '= 10.5.0'
pod 'FirebasePerformance', '= 10.5.0'
pod 'FirebaseMessaging', '= 10.5.0', :modular_headers => true
pod 'FirebasePerformance', '= 10.5.0', :modular_headers => true
pod 'google-cast-sdk-no-bluetooth-xcframework', '~> 4.8.0'
pod 'GoogleSignIn', '~> 7.0.0'
pod 'GoogleUtilities', '= 7.11.0', :modular_headers => true
Expand Down

0 comments on commit 65839a1

Please sign in to comment.