Skip to content

Commit

Permalink
Updated SDK to 6.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
MTService committed Sep 26, 2024
1 parent ef04e39 commit 025238b
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
Binary file modified docs.zip
Binary file not shown.
4 changes: 4 additions & 0 deletions docs/change-log.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## v6.6.4

- Fixed issue with LINK Kit not respecting user logged in status when attempting to open the Vault from its settings.

## v6.6.3

- No changes to SDK.
Expand Down
4 changes: 2 additions & 2 deletions docs/migration-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ When installing SDK 6 you can omit the `@aar` suffix found in previous verions.
Starting from `app.moneytree.link:core` 6.x sibling modules like `link-kit`, previously `it`, have independent versioning. Including all packages from SDK 6.x would now look like this.

```groovy
implementation("app.moneytree.link:core:6.6.3")
implementation("app.moneytree.link:link-kit:6.6.3")
implementation("app.moneytree.link:core:6.6.4")
implementation("app.moneytree.link:link-kit:6.6.4")
```

> ⚠️ Please refer to the [release page](https://github.com/moneytree/moneytree-link-android-sdk/releases) for the latest version.
Expand Down
2 changes: 1 addition & 1 deletion mtlink_version.gradle.kts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
project.extra.set("sdkVersion", "6.6.3")
project.extra.set("sdkVersion", "6.6.4")

0 comments on commit 025238b

Please sign in to comment.