Skip to content

Commit fc0142a

Browse files
authored
fix: sign issue by update google sign dep (#251)
1 parent 9950b6b commit fc0142a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodetrixStudioCapacitorGoogleAuth.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
s.source_files = 'ios/Plugin/**/*.{swift,h,m,c,cc,mm,cpp}'
1111
s.ios.deployment_target = '12.0'
1212
s.dependency 'Capacitor'
13-
s.dependency 'GoogleSignIn', '~> 6.0.1'
13+
s.dependency 'GoogleSignIn', '~> 6.2.4'
1414
s.static_framework = true
1515
end

0 commit comments

Comments
 (0)