File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
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.4.2 ' // or any version above picker from release tags
40
+ implementation 'com.github.awxkee:avif-coder:1.5.0 ' // or any version above picker from release tags
41
41
42
42
// Glide JPEG XL plugin if you need one
43
- implementation 'com.github.awxkee:avif-coder-glide:1.4.2 ' // or any version above picker from release tags
43
+ implementation 'com.github.awxkee:avif-coder-glide:1.5.0 ' // or any version above picker from release tags
44
44
45
45
// Coil JPEG XL plugin if you need one
46
- implementation 'com.github.awxkee:avif-coder-coil:1.4.2 ' // or any version above picker from release tags
46
+ implementation 'com.github.awxkee:avif-coder-coil:1.5.0 ' // or any version above picker from release tags
47
47
```
48
48
49
49
# Also supports coil integration
@@ -53,7 +53,7 @@ Just add to image loader heif decoder factory and use it as image loader in coil
53
53
``` kotlin
54
54
val imageLoader = ImageLoader .Builder (context)
55
55
.components {
56
- add(HeifDecoder .Factory ())
56
+ add(HeifDecoder .Factory (context ))
57
57
}
58
58
.build()
59
59
```
You can’t perform that action at this time.
0 commit comments