From 90e755e615223df6854469121fb6a3c5b9d420d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A1=B0=EB=8B=A4=20=E2=80=A2=20Joash?= <124445418+zhoda-lii@users.noreply.github.com> Date: Tue, 11 Nov 2025 12:46:51 -0700 Subject: [PATCH 1/3] Fix typos in README.md for Google Sign-In Android --- packages/google_sign_in/google_sign_in_android/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 From 511d360b2550193a1c4b4eec2cd8038f0194a753 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A1=B0=EB=8B=A4=20=E2=80=A2=20Joash?= <124445418+zhoda-lii@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:19:34 -0700 Subject: [PATCH 2/3] Update CHANGELOG for version 7.2.4 Improves README and fixes minor typos. --- packages/google_sign_in/google_sign_in_android/CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) 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. From 1a77943cb7019ba0da5631d11a6a0279e13e1717 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=9D=B4=EC=A1=B0=EB=8B=A4=20=E2=80=A2=20Joash?= <124445418+zhoda-lii@users.noreply.github.com> Date: Tue, 11 Nov 2025 14:42:25 -0700 Subject: [PATCH 3/3] Bump version to 7.2.4 in pubspec.yaml --- packages/google_sign_in/google_sign_in_android/pubspec.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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