Skip to content

Commit 626a80a

Browse files
committed
Remove transitive dependency hoisting
1 parent 3cbc736 commit 626a80a

File tree

2 files changed

+2
-10
lines changed

2 files changed

+2
-10
lines changed

packages/google_sign_in/google_sign_in_ios/darwin/google_sign_in_ios.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

packages/google_sign_in/google_sign_in_ios/darwin/google_sign_in_ios/Package.swift

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff 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(

0 commit comments

Comments
 (0)