diff --git a/README.md b/README.md index c350777b..400dca72 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,8 @@ as the native (AOSP) Android Contacts app and Google Contacts app, this library ## Quick links - 📜 [Documentation][github-pages] -- 🚉 [Current release - 0.2.2](https://github.com/vestrel00/contacts-android/releases/tag/0.2.2) -- 🚂 [Upcoming release - 0.2.3](https://github.com/vestrel00/contacts-android/discussions/233) +- 🚉 [Current release - 0.2.3](https://github.com/vestrel00/contacts-android/releases/tag/0.2.3) +- 🚂 [Upcoming release - 0.3.0](https://github.com/vestrel00/contacts-android/discussions/218) - 🗺 [Project roadmap][project-roadmap] - 💌 [Why use this library?][why-use-this] @@ -130,18 +130,18 @@ To install individual modules, ```groovy dependencies { - implementation 'com.github.vestrel00.contacts-android:core:0.2.2' + implementation 'com.github.vestrel00.contacts-android:core:0.2.3' - implementation 'com.github.vestrel00.contacts-android:async:0.2.2' - implementation 'com.github.vestrel00.contacts-android:customdata-gender:0.2.2' - implementation 'com.github.vestrel00.contacts-android:customdata-googlecontacts:0.2.2' - implementation 'com.github.vestrel00.contacts-android:customdata-handlename:0.2.2' - implementation 'com.github.vestrel00.contacts-android:customdata-pokemon:0.2.2' - implementation 'com.github.vestrel00.contacts-android:customdata-rpg:0.2.2' - implementation 'com.github.vestrel00.contacts-android:debug:0.2.2' - implementation 'com.github.vestrel00.contacts-android:permissions:0.2.2' - implementation 'com.github.vestrel00.contacts-android:test:0.2.2' - implementation 'com.github.vestrel00.contacts-android:ui:0.2.2' + implementation 'com.github.vestrel00.contacts-android:async:0.2.3' + implementation 'com.github.vestrel00.contacts-android:customdata-gender:0.2.3' + implementation 'com.github.vestrel00.contacts-android:customdata-googlecontacts:0.2.3' + implementation 'com.github.vestrel00.contacts-android:customdata-handlename:0.2.3' + implementation 'com.github.vestrel00.contacts-android:customdata-pokemon:0.2.3' + implementation 'com.github.vestrel00.contacts-android:customdata-rpg:0.2.3' + implementation 'com.github.vestrel00.contacts-android:debug:0.2.3' + implementation 'com.github.vestrel00.contacts-android:permissions:0.2.3' + implementation 'com.github.vestrel00.contacts-android:test:0.2.3' + implementation 'com.github.vestrel00.contacts-android:ui:0.2.3' // Notice that when importing specific modules/subprojects, the first ":" comes after "contacts-android". } ``` @@ -152,7 +152,7 @@ To install all modules in a single line, ```groovy dependencies { - implementation 'com.github.vestrel00:contacts-android:0.2.2' + implementation 'com.github.vestrel00:contacts-android:0.2.3' // Notice that when importing all modules, the first ":" comes after "vestrel00". } ```