Skip to content

Commit 34c4e43

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents cd19acc + 9a096c5 commit 34c4e43

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Very fast and convinient to use AVIF in android apps with api version 24+. Based
66
Correctly handles ICC, and color profiles and HDR images.
77
Fully supports HDR images, 10, 12 bit. Preprocess image in tile to increase speed.
88
Extremly fast in decoding large HDR images or just large images.
9-
The most features AVIF, HEIF library in android.
9+
The most featured AVIF, HEIF library in android.
1010
Supported decoding in all necessary pixel formats in Android and avoids android decoding bugs.
1111

1212
Image processing speeded up by [libhwy](https://github.com/google/highway)
@@ -41,13 +41,13 @@ repositories {
4141
```
4242

4343
```groovy
44-
implementation 'com.github.awxkee:avif-coder:1.5.11' // or any version above picker from release tags
44+
implementation 'com.github.awxkee:avif-coder:1.5.12' // or any version above picker from release tags
4545
4646
// Glide avif plugin if you need one
47-
implementation 'com.github.awxkee:avif-coder-glide:1.5.11' // or any version above picker from release tags
47+
implementation 'com.github.awxkee:avif-coder-glide:1.5.12' // or any version above picker from release tags
4848
4949
// Coil avif plugin if you need one
50-
implementation 'com.github.awxkee:avif-coder-coil:1.5.11' // or any version above picker from release tags
50+
implementation 'com.github.awxkee:avif-coder-coil:1.5.12' // or any version above picker from release tags
5151
```
5252

5353
# Also supports coil integration

0 commit comments

Comments
 (0)