We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7235401 commit d3acb51Copy full SHA for d3acb51
README.md
@@ -39,6 +39,12 @@ repositories {
39
40
```groovy
41
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
48
```
49
50
# Also supports coil integration
0 commit comments