File tree Expand file tree Collapse file tree 2 files changed +2
-10
lines changed
packages/google_sign_in/google_sign_in_ios/darwin Expand file tree Collapse file tree 2 files changed +2
-10
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Enables Google Sign-In in Flutter apps.
1818
1919 # AppAuth and GTMSessionFetcher are GoogleSignIn transitive dependencies.
2020 # Depend on versions which defines modules.
21- s . dependency 'AppAuth' , '>= 1.7.6 '
21+ s . dependency 'AppAuth' , '>= 1.7.4 '
2222 s . dependency 'GTMSessionFetcher' , '>= 3.4.0'
2323 s . dependency 'GoogleSignIn' , '~> 7.1'
2424 s . static_framework = true
Original file line number Diff line number Diff line change @@ -16,17 +16,9 @@ let package = Package(
1616 . library( name: " google-sign-in-ios " , targets: [ " google_sign_in_ios " ] )
1717 ] ,
1818 dependencies: [
19- // AppAuth and GTMSessionFetcher are GoogleSignIn transitive dependencies.
20- // Depend on versions which define modules.
21- . package (
22- url: " https://github.com/openid/AppAuth-iOS.git " ,
23- from: " 1.7.6 " ) ,
24- . package (
25- url: " https://github.com/google/gtm-session-fetcher.git " ,
26- from: " 3.4.0 " ) ,
2719 . package (
2820 url: " https://github.com/google/GoogleSignIn-iOS.git " ,
29- from: " 7.1.0 " ) ,
21+ from: " 7.1.0 " )
3022 ] ,
3123 targets: [
3224 . target(
You can’t perform that action at this time.
0 commit comments