Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in_android/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 7.2.4

* Improves README and fixes minor typos.

## 7.2.3

* Removed mockito-inline and updated to mockito-core 5.17.0.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in_android/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ To use Google Sign-In, you'll need to register your application, either
[using Firebase](https://firebase.google.com/docs/android/setup), or
[directly with Google Cloud Platform](https://developer.android.com/identity/sign-in/credential-manager-siwg#set-google).

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

If you are using `google-services.json` and recieve a "serverClientId must be
If you are using `google-services.json` and receive a "serverClientId must be
provided on Android" error message, check that:
* Your `google-services.json` contains a web OAuth client, which should be an
`oauth_client` entry with `client_type: 3`. This should have been created
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in_android
description: Android implementation of the google_sign_in plugin.
repository: https://github.com/flutter/packages/tree/main/packages/google_sign_in/google_sign_in_android
issue_tracker: https://github.com/flutter/flutter/issues?q=is%3Aissue+is%3Aopen+label%3A%22p%3A+google_sign_in%22
version: 7.2.3
version: 7.2.4

environment:
sdk: ^3.9.0
Expand Down