diff --git a/README.md b/README.md index 5b95e566..7c7cd217 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ To import all modules, ```groovy dependencies { - implementation 'com.github.vestrel00:contacts-android:0.1.8' + implementation 'com.github.vestrel00:contacts-android:0.1.9' } ``` @@ -108,7 +108,7 @@ To import specific modules, ```groovy dependencies { - implementation 'com.github.vestrel00.contacts-android:core:0.1.8' + implementation 'com.github.vestrel00.contacts-android:core:0.1.9' } ```