Skip to content

Commit

Permalink
Simplify collapsed state in migration guide.
Browse files Browse the repository at this point in the history
  • Loading branch information
sshropshire committed Oct 30, 2024
1 parent 2ac230b commit 481bba3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions v2_MIGRATION_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,12 @@ val config = CoreConfig("<CLIENT_ID>", environment = Environment.LIVE)
+val cardClient = CardClient(requireContext(), config)
```

<details open>
<details>
<summary><b>Details: CardClient v2</b></summary>

The new `CardClient` constructor is less restrictive. For example, it should now be easier to create a `CardClient` instance from within a Jetpack `ViewModel`.
The new `CardClient` constructor is less restrictive.

For example, it should now be easier to create a `CardClient` instance from within a Jetpack `ViewModel`.

</details>

Expand Down

0 comments on commit 481bba3

Please sign in to comment.