Skip to content

Commit

Permalink
Bump AppAuth-iOS to 1.7.6
Browse files Browse the repository at this point in the history
  • Loading branch information
loic-sharma committed Nov 26, 2024
1 parent a3c005b commit c2c83e2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Enables Google Sign-In in Flutter apps.

# AppAuth and GTMSessionFetcher are GoogleSignIn transitive dependencies.
# Depend on versions which defines modules.
s.dependency 'AppAuth', '>= 1.7.4'
s.dependency 'AppAuth', '>= 1.7.6'
s.dependency 'GTMSessionFetcher', '>= 3.4.0'
s.dependency 'GoogleSignIn', '~> 7.1'
s.static_framework = true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ let package = Package(
// Depend on versions which define modules.
.package(
url: "https://github.com/openid/AppAuth-iOS.git",
from: "1.7.4"),
from: "1.7.6"),
.package(
url: "https://github.com/google/gtm-session-fetcher.git",
from: "3.4.0"),
Expand Down

0 comments on commit c2c83e2

Please sign in to comment.