Skip to content

Commit

Permalink
Updated README for 0.2.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
vestrel00 committed Mar 25, 2022
1 parent 09b4f3b commit a769e5c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ as the native (AOSP) Android Contacts app and Google Contacts app, this library
## Quick links

- 📜 [Documentation][github-pages]
- 🚉 [Current release - 0.1.10](https://github.com/vestrel00/contacts-android/releases/tag/0.1.10)
- 🚂 [Upcoming release - v0.2.0](https://github.com/vestrel00/contacts-android/discussions/146)
- 🚉 [Current release - 0.2.0](https://github.com/vestrel00/contacts-android/releases/tag/0.2.0)
- 🚂 [Upcoming release - v0.2.1](https://github.com/vestrel00/contacts-android/discussions/160)
- 🗺 [Project roadmap][project-roadmap]
- 💌 [Why use this library?][why-use-this]

Expand Down Expand Up @@ -124,15 +124,15 @@ To import all modules,

```groovy
dependencies {
implementation 'com.github.vestrel00:contacts-android:0.1.10'
implementation 'com.github.vestrel00:contacts-android:0.2.0'
}
```

To import specific modules,

```groovy
dependencies {
implementation 'com.github.vestrel00.contacts-android:core:0.1.10'
implementation 'com.github.vestrel00.contacts-android:core:0.2.0'
}
```

Expand Down

0 comments on commit a769e5c

Please sign in to comment.