Skip to content

Commit

Permalink
Release 0.1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
vestrel00 committed Dec 17, 2021
1 parent 896ded7 commit 956889c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ To import all modules,

```groovy
dependencies {
implementation 'com.github.vestrel00:contacts-android:0.1.8'
implementation 'com.github.vestrel00:contacts-android:0.1.9'
}
```

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'
}
```

Expand Down

0 comments on commit 956889c

Please sign in to comment.