From a42b3efbfa9e65526b3ccc3b5edfa31c904f9d83 Mon Sep 17 00:00:00 2001 From: Timur Yusupov Date: Mon, 20 Feb 2023 15:22:53 +0100 Subject: [PATCH] update google_sign_in dependency to 6.0.0 --- example/pubspec.yaml | 3 +-- pubspec.yaml | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/example/pubspec.yaml b/example/pubspec.yaml index ca465d6..c2f5da1 100644 --- a/example/pubspec.yaml +++ b/example/pubspec.yaml @@ -12,8 +12,7 @@ dependencies: url_launcher: ^6.0.12 googleapis: ^5.0.1 extension_google_sign_in_as_googleapis_auth: ^2.0.4 - - google_sign_in: ^5.1.1 + google_sign_in: ^6.0.0 google_sign_in_dartio: path: ../ diff --git a/pubspec.yaml b/pubspec.yaml index d51768e..2618f12 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -11,7 +11,7 @@ environment: dependencies: flutter: sdk: flutter - google_sign_in: ^5.1.1 + google_sign_in: ^6.0.0 google_sign_in_platform_interface: ^2.0.1 shared_preferences: ^2.0.8 shared_preferences_foundation: ^2.1.2