Skip to content

Commit

Permalink
fix(doc): update README.md
Browse files Browse the repository at this point in the history
Correct instructions around module artifact qualifiers
  • Loading branch information
wax911 authored May 3, 2024
1 parent 73b35a5 commit b391b85
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,13 @@ allprojects {

### Step 2. Add the dependencies:

You must use one of our artifact `serializer-kotlinx`, `serializer-gson` or `serializer-moshi`

You must use one of our artifacts `kotlinx`, `gson` or `moshi` for deserialization, this should match whatever library you want to use.
e.g.
```groovy
dependencies {
implementation 'com.github.anitrend:android-emojify:{latest_version}'
implementation 'com.github.anitrend:serializer-kotlinx:{latest_version}'
implementation 'com.github.anitrend:android-emojify:contract:{latest_version}'
implementation 'com.github.anitrend:android-emojify:kotlinx:{latest_version}'
}
```

Expand Down

0 comments on commit b391b85

Please sign in to comment.