diff --git a/packages/google_sign_in/google_sign_in_android/CHANGELOG.md b/packages/google_sign_in/google_sign_in_android/CHANGELOG.md index 4c8df25a59c..395e5f74835 100644 --- a/packages/google_sign_in/google_sign_in_android/CHANGELOG.md +++ b/packages/google_sign_in/google_sign_in_android/CHANGELOG.md @@ -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. diff --git a/packages/google_sign_in/google_sign_in_android/README.md b/packages/google_sign_in/google_sign_in_android/README.md index dec0aaa10c2..18b653d345c 100644 --- a/packages/google_sign_in/google_sign_in_android/README.md +++ b/packages/google_sign_in/google_sign_in_android/README.md @@ -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. @@ -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 diff --git a/packages/google_sign_in/google_sign_in_android/pubspec.yaml b/packages/google_sign_in/google_sign_in_android/pubspec.yaml index 18c3e032237..1d7084727ca 100644 --- a/packages/google_sign_in/google_sign_in_android/pubspec.yaml +++ b/packages/google_sign_in/google_sign_in_android/pubspec.yaml @@ -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