Skip to content

Commit d3acb51

Browse files
authored
Update README.md
1 parent 7235401 commit d3acb51

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

README.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,12 @@ repositories {
3939

4040
```groovy
4141
implementation 'com.github.awxkee:avif-coder:1.4.2' // or any version above picker from release tags
42+
43+
// Glide JPEG XL plugin if you need one
44+
implementation 'com.github.awxkee:avif-coder-glide:1.4.4' // or any version above picker from release tags
45+
46+
// Coil JPEG XL plugin if you need one
47+
implementation 'com.github.awxkee:avif-coder-coil:1.4.2' // or any version above picker from release tags
4248
```
4349

4450
# Also supports coil integration

0 commit comments

Comments
 (0)