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