Skip to content

Commit

Permalink
Update example for SDK 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NiallSmyth committed May 28, 2024
1 parent d738e5d commit 0cfc08c
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 @@ -15,7 +15,7 @@ Android app.
Add the following line to your app's build.gradle file:

```kotlin
implementation("com.moneykit:connect:0.0.8")
implementation("com.moneykit:connect:0.1.0")
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion app/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ android {
}

dependencies {
implementation("com.moneykit:connect:0.0.8")
implementation("com.moneykit:connect:0.1.0")
implementation("com.jakewharton.timber:timber:5.0.1")

implementation("androidx.core:core-ktx:1.12.0")
Expand Down

0 comments on commit 0cfc08c

Please sign in to comment.