diff --git a/README.md b/README.md index 0f180a6..ccd5dba 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 6c747f1..7288a9d 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -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")