Skip to content

Commit

Permalink
[google_sign_in] Upgrade dependency google_sign_in_web: ^0.9.1 (flutt…
Browse files Browse the repository at this point in the history
…er#2647)

Dart dependency resolution for ^0.Y.Z versions only picks up Z changes, so the latest changes to the plugin hadn't been released to the public.

This change bumps the version of the dependency to the latest ^0.9.1.

Co-authored-by: David Iglesias <[email protected]>
  • Loading branch information
eliudio and ditman authored Apr 18, 2020
1 parent 2d06832 commit a87b6aa
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 4.4.3

* Upgrade google_sign_in_web to version ^0.9.1

## 4.4.2

* Android: make the Delegate non-final to allow overriding.
Expand Down
4 changes: 2 additions & 2 deletions packages/google_sign_in/google_sign_in/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: google_sign_in
description: Flutter plugin for Google Sign-In, a secure authentication system
for signing in with a Google account on Android and iOS.
homepage: https://github.com/flutter/plugins/tree/master/packages/google_sign_in/google_sign_in
version: 4.4.2
version: 4.4.3

flutter:
plugin:
Expand All @@ -25,7 +25,7 @@ dependencies:
# validation, so we set a ^ constraint.
# TODO(amirh): Revisit this (either update this part in the design or the pub tool).
# https://github.com/flutter/flutter/issues/46264
google_sign_in_web: ^0.8.2
google_sign_in_web: ^0.9.1

dev_dependencies:
http: ^0.12.0
Expand Down

0 comments on commit a87b6aa

Please sign in to comment.