Skip to content

Commit

Permalink
chore(authentication): update GoogleSignIn pod to version 7.1.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
robingenz authored Sep 20, 2024
1 parent 8b190d1 commit 38fd57c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/good-pants-rush.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@capacitor-firebase/authentication': patch
---

chore(ios): update `GoogleSignIn` pod to version `7.1.0`
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Pod::Spec.new do |s|

s.subspec 'Google' do |google|
google.xcconfig = { 'OTHER_SWIFT_FLAGS' => '$(inherited) -DRGCFA_INCLUDE_GOOGLE' }
google.dependency 'GoogleSignIn', '7.0.0'
google.dependency 'GoogleSignIn', '7.1.0'
end

s.subspec 'Facebook' do |facebook|
Expand Down
2 changes: 1 addition & 1 deletion packages/authentication/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ end
target 'Plugin' do
capacitor_pods
pod 'FirebaseAuth', '10.25.0'
pod 'GoogleSignIn', '7.0.0'
pod 'GoogleSignIn', '7.1.0'
pod 'FBSDKCoreKit', '16.0.1'
pod 'FBSDKLoginKit', '16.0.1'
end
Expand Down

0 comments on commit 38fd57c

Please sign in to comment.