From 956889cfea5c7c8ee1345e7e99ffe08de0db6490 Mon Sep 17 00:00:00 2001 From: Vandolf Estrellado Date: Fri, 17 Dec 2021 13:44:09 -1000 Subject: [PATCH] Release 0.1.9 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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' } ```