Skip to content

Commit e5ecaf7

Browse files
authored
[google_sign_in_android] Fix typos in README.md (#10402)
typo: from "recieve" to "receive"; from "use" to "using" updated changelog to 7.2.4 discovered while investigating how to use google_sign_in auth for android and found: #10246 ## Pre-Review Checklist **Note**: The Flutter team is currently trialing the use of [Gemini Code Assist for GitHub](https://developers.google.com/gemini-code-assist/docs/review-github-code). Comments from the `gemini-code-assist` bot should not be taken as authoritative feedback from the Flutter team. If you find its comments useful you can update your code accordingly, but if you are unsure or disagree with the feedback, please feel free to wait for a Flutter team member's review for guidance on which automated comments should be addressed. [^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 e0a6684 commit e5ecaf7

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

packages/google_sign_in/google_sign_in_android/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 7.2.4
2+
3+
* Improves README and fixes minor typos.
4+
15
## 7.2.3
26

37
* Removed mockito-inline and updated to mockito-core 5.17.0.

packages/google_sign_in/google_sign_in_android/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To use Google Sign-In, you'll need to register your application, either
2020
[using Firebase](https://firebase.google.com/docs/android/setup), or
2121
[directly with Google Cloud Platform](https://developer.android.com/identity/sign-in/credential-manager-siwg#set-google).
2222

23-
* If you are use the `google-services.json` file and Gradle-based registration
23+
* If you are using the `google-services.json` file and Gradle-based registration
2424
system, no identifiers need to be provided in Dart when initializing the
2525
`GoogleSignIn` instance when running on Android, as long as your
2626
`google-services.json` contains a web OAuth client entry.
@@ -56,7 +56,7 @@ Common sources of configuration errors include:
5656
* Incorrect Android package name on the server side.
5757
* Missing or incorrect `serverClientId`.
5858

59-
If you are using `google-services.json` and recieve a "serverClientId must be
59+
If you are using `google-services.json` and receive a "serverClientId must be
6060
provided on Android" error message, check that:
6161
* Your `google-services.json` contains a web OAuth client, which should be an
6262
`oauth_client` entry with `client_type: 3`. This should have been created

packages/google_sign_in/google_sign_in_android/pubspec.yaml

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

77
environment:
88
sdk: ^3.9.0

0 commit comments

Comments
 (0)