From 4a75d224426630edfb3f75c316d8c759e599278c Mon Sep 17 00:00:00 2001 From: Jakub Sedlacek Date: Thu, 27 Feb 2025 17:15:27 +0100 Subject: [PATCH 1/2] Bump Google Sign-in pod version --- packages/google-signin/platforms/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-signin/platforms/ios/Podfile b/packages/google-signin/platforms/ios/Podfile index 7d6e3ab6..db18da59 100644 --- a/packages/google-signin/platforms/ios/Podfile +++ b/packages/google-signin/platforms/ios/Podfile @@ -1 +1 @@ -pod 'GoogleSignIn', '~> 7.0' \ No newline at end of file +pod 'GoogleSignIn', '~> 8.0' \ No newline at end of file From 410b92b8eb8d67933e1638952797d6daba72817c Mon Sep 17 00:00:00 2001 From: Jakub Sedlacek Date: Mon, 3 Mar 2025 15:20:17 +0100 Subject: [PATCH 2/2] Change version 8.0 to 7.1 --- packages/google-signin/platforms/ios/Podfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/google-signin/platforms/ios/Podfile b/packages/google-signin/platforms/ios/Podfile index db18da59..65553160 100644 --- a/packages/google-signin/platforms/ios/Podfile +++ b/packages/google-signin/platforms/ios/Podfile @@ -1 +1 @@ -pod 'GoogleSignIn', '~> 8.0' \ No newline at end of file +pod 'GoogleSignIn', '~> 7.1' \ No newline at end of file