Skip to content

Commit 8736e82

Browse files
committed
Update example for 0.3.1
1 parent 0cfc08c commit 8736e82

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@ Android app. The SDK handles connecting to a financial institution in your app (
77
validation, multi-factor authentication, error handling, etc.) without passing sensitive information
88
to your server.
99

10-
This project provides a basic example of how to integrate the MoneyKit Connect Android SDK into an
10+
This project provides a basic example of how to integrate the MoneyKit Connect Android SDK into an
1111
Android app.
1212

1313
## Installation
1414

1515
Add the following line to your app's build.gradle file:
1616

1717
```kotlin
18-
implementation("com.moneykit:connect:0.1.0")
18+
implementation("com.moneykit:connect:0.3.1")
1919
```
2020

2121
## Documentation
@@ -55,7 +55,7 @@ val configuration = MkConfiguration(
5555
if (error != null) {
5656
Timber.e(error.displayedMessage)
5757
}
58-
58+
5959
Timber.i("Exited Link")
6060
},
6161
)

app/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ android {
4444
}
4545

4646
dependencies {
47-
implementation("com.moneykit:connect:0.1.0")
47+
implementation("com.moneykit:connect:0.3.1")
4848
implementation("com.jakewharton.timber:timber:5.0.1")
4949

5050
implementation("androidx.core:core-ktx:1.12.0")

0 commit comments

Comments
 (0)