Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Merged
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Merge branch 'main' into fix/dynamic2object
  • Loading branch information
stuartmorgan-g authored May 19, 2022
commit 4a04334a543215583ac835d38b8f9310664290c7
6 changes: 5 additions & 1 deletion packages/google_sign_in/google_sign_in/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
## 5.3.3

* Enables mocking models by changing overridden operator == parameter type from `dynamic` to `Object`.

## 5.3.2

* Updates tests to use a mock platform instead of relying on default
method channel implementation internals.
* Enables mocking models by changing overridden operator == parameter type from `dynamic` to `Object`.
* Removes example workaround to build for arm64 iOS simulators.

## 5.3.1

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.