From fc0142af32bd1fdea37277435a6416c1af426e40 Mon Sep 17 00:00:00 2001 From: Martin DONADIEU Date: Fri, 20 Jan 2023 00:32:35 +0800 Subject: [PATCH] fix: sign issue by update google sign dep (#251) --- CodetrixStudioCapacitorGoogleAuth.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CodetrixStudioCapacitorGoogleAuth.podspec b/CodetrixStudioCapacitorGoogleAuth.podspec index 7a654ea..6432925 100644 --- a/CodetrixStudioCapacitorGoogleAuth.podspec +++ b/CodetrixStudioCapacitorGoogleAuth.podspec @@ -10,6 +10,6 @@ s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}' s.ios.deployment_target = '12.0' s.dependency 'Capacitor' - s.dependency 'GoogleSignIn', '~> 6.0.1' + s.dependency 'GoogleSignIn', '~> 6.2.4' s.static_framework = true end