Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Prev Previous commit
Next Next commit
Merge remote-tracking branch 'flutter/main' into google_sign_in_doc
  • Loading branch information
Milvintsiss committed Aug 31, 2022
commit 1492eba6de9ef2638edf61fd7d512d5a56e35fa3
7 changes: 6 additions & 1 deletion packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
## 5.4.1
## 5.4.2

* Adds documentation for iOS auth with SERVER_CLIENT_ID
* Updates minimum Flutter version to 2.10.

## 5.4.1

* Fixes avoid_redundant_argument_values lint warnings and minor typos.

## 5.4.0

Expand Down
2 changes: 1 addition & 1 deletion packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
repository: https://github.com/flutter/plugins/tree/main/packages/google_sign_in/google_sign_in
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 5.4.1
version: 5.4.2


environment:
Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.