File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -37,13 +37,13 @@ repositories {
37
37
```
38
38
39
39
``` groovy
40
- implementation 'com.github.awxkee:avif-coder:1.5.1 ' // or any version above picker from release tags
40
+ implementation 'com.github.awxkee:avif-coder:1.5.3 ' // or any version above picker from release tags
41
41
42
- // Glide JPEG XL plugin if you need one
43
- implementation 'com.github.awxkee:avif-coder-glide:1.5.1 ' // or any version above picker from release tags
42
+ // Glide avif plugin if you need one
43
+ implementation 'com.github.awxkee:avif-coder-glide:1.5.3 ' // or any version above picker from release tags
44
44
45
- // Coil JPEG XL plugin if you need one
46
- implementation 'com.github.awxkee:avif-coder-coil:1.5.1 ' // or any version above picker from release tags
45
+ // Coil avif plugin if you need one
46
+ implementation 'com.github.awxkee:avif-coder-coil:1.5.3 ' // or any version above picker from release tags
47
47
```
48
48
49
49
# Also supports coil integration
You can’t perform that action at this time.
0 commit comments