Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
awxkee committed Mar 19, 2024
2 parents a066b32 + 561aac4 commit 4ecca92
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,13 +39,13 @@ repositories {
```

```groovy
implementation 'com.github.awxkee:avif-coder:1.7.0' // or any version above picker from release tags
implementation 'com.github.awxkee:avif-coder:1.7.1' // or any version above picker from release tags
// Glide avif plugin if you need one
implementation 'com.github.awxkee:avif-coder-glide:1.7.0' // or any version above picker from release tags
implementation 'com.github.awxkee:avif-coder-glide:1.7.1' // or any version above picker from release tags
// Coil avif plugin if you need one
implementation 'com.github.awxkee:avif-coder-coil:1.7.0' // or any version above picker from release tags
implementation 'com.github.awxkee:avif-coder-coil:1.7.1' // or any version above picker from release tags
```

# Also supports coil integration
Expand Down

0 comments on commit 4ecca92

Please sign in to comment.