From c67c0f28f540a973687d04755b77235fae722bf3 Mon Sep 17 00:00:00 2001 From: renkelvin Date: Wed, 15 Nov 2023 15:59:05 -0800 Subject: [PATCH] Update Podfile --- FirebaseAuth/Tests/Sample/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FirebaseAuth/Tests/Sample/Podfile b/FirebaseAuth/Tests/Sample/Podfile index 3f14933c58d..be9d4e3b34e 100644 --- a/FirebaseAuth/Tests/Sample/Podfile +++ b/FirebaseAuth/Tests/Sample/Podfile @@ -15,7 +15,7 @@ target 'AuthSample' do pod 'FirebaseCoreInternal', :path => '../../../' pod 'FirebaseAuth', :path => '../../../', :testspecs => ['unit'] pod 'FirebaseInstallations', :path => '../../..' - pod 'FBSDKLoginKit', '~> 16.2' + pod 'FBSDKLoginKit', '~> 15' pod 'GoogleSignIn', '~> 6' pod 'GTMSessionFetcher/Core' pod 'RecaptchaEnterprise', '~> 18.3'