Skip to content

Commit

Permalink
fix: sign issue by update google sign dep (#251)
Browse files Browse the repository at this point in the history
  • Loading branch information
riderx authored Jan 19, 2023
1 parent 9950b6b commit fc0142a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CodetrixStudioCapacitorGoogleAuth.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit fc0142a

Please sign in to comment.