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.
18
18
19
19
# AppAuth and GTMSessionFetcher are GoogleSignIn transitive dependencies.
20
20
# Depend on versions which defines modules.
21
- s . dependency 'AppAuth' , '>= 1.7.6 '
21
+ s . dependency 'AppAuth' , '>= 1.7.4 '
22
22
s . dependency 'GTMSessionFetcher' , '>= 3.4.0'
23
23
s . dependency 'GoogleSignIn' , '~> 7.1'
24
24
s . static_framework = true
Original file line number Diff line number Diff line change @@ -16,17 +16,9 @@ let package = Package(
16
16
. library( name: " google-sign-in-ios " , targets: [ " google_sign_in_ios " ] )
17
17
] ,
18
18
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 " ) ,
27
19
. package (
28
20
url: " https://github.com/google/GoogleSignIn-iOS.git " ,
29
- from: " 7.1.0 " ) ,
21
+ from: " 7.1.0 " )
30
22
] ,
31
23
targets: [
32
24
. target(
You can’t perform that action at this time.
0 commit comments