Skip to content

Commit

Permalink
Merge pull request #22 from tink-ab/release-0-17-0
Browse files Browse the repository at this point in the history
Release 0.17.0
  • Loading branch information
oskarh authored Nov 24, 2021
2 parents 15577fa + f28a1d7 commit 8ae501e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ _Note: The `mavenLocal()` repository needs to be on top of the other repositorie

```groovy
dependencies {
implementation("com.tink.moneymanager:moneymanager-ui:0.16.0")
implementation("com.tink.moneymanager:moneymanager-ui:0.17.0")
}
```

Expand Down
2 changes: 1 addition & 1 deletion dependencies.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,6 @@ ext {

timber : "com.jakewharton.timber:timber:$timberVersion",

money_manager_ui : "com.tink.moneymanager:moneymanager-ui:0.16.0"
money_manager_ui : "com.tink.moneymanager:moneymanager-ui:0.17.0"
]
}

0 comments on commit 8ae501e

Please sign in to comment.