Skip to content

Commit af1ff3f

Browse files
stuartmorgan-gandroidseb
authored andcommitted
[google_sign_is] Update iOS SDK to 8.0 (flutter#9081)
Updates the SDK version from 7.1 to 8.0, to pick up Firebase App Check support. The breaking change in the SDK is because it dropped iOS 11 support, which this plugin already didn't support. Fixes flutter/flutter#166967 ## Pre-Review Checklist [^1]: Regular contributors who have demonstrated familiarity with the repository guidelines only need to comment if the PR is not auto-exempted by repo tooling.
1 parent 210a568 commit af1ff3f

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

packages/google_sign_in/google_sign_in_ios/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 5.9.0
2+
3+
* Updates Google Sign-In SDK to 8.0+.
4+
15
## 5.8.1
26

37
* Asserts that new `forceAccountName` parameter is null (not used in iOS).

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
@@ -20,7 +20,7 @@ Enables Google Sign-In in Flutter apps.
2020
# Depend on versions which defines modules.
2121
s.dependency 'AppAuth', '>= 1.7.4'
2222
s.dependency 'GTMSessionFetcher', '>= 3.4.0'
23-
s.dependency 'GoogleSignIn', '~> 7.1'
23+
s.dependency 'GoogleSignIn', '~> 8.0'
2424
s.static_framework = true
2525
s.ios.dependency 'Flutter'
2626
s.osx.dependency 'FlutterMacOS'

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ let package = Package(
1818
dependencies: [
1919
.package(
2020
url: "https://github.com/google/GoogleSignIn-iOS.git",
21-
from: "7.1.0")
21+
from: "8.0.0")
2222
],
2323
targets: [
2424
.target(

packages/google_sign_in/google_sign_in_ios/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: google_sign_in_ios
22
description: iOS implementation of the google_sign_in plugin.
33
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_ios
44
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
5-
version: 5.8.1
5+
version: 5.9.0
66

77
environment:
88
sdk: ^3.4.0

0 commit comments

Comments
 (0)