Skip to content

Commit

Permalink
avif: Update the depdendency version to 4.13.1 (#4753)
Browse files Browse the repository at this point in the history
4.13.0 was missing an annotationProcessor depdendency causing it
to not include the AvifGlideModule correctly (Issue #4751).

4.13.1 fixes that issue and should be the preferred version
for public documentation.
  • Loading branch information
vigneshvg committed Feb 23, 2022
1 parent 02ca3a0 commit 153d94a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _posts/2022-01-26-avif.md
Expand Up @@ -20,7 +20,7 @@ First make sure you've followed the [setup instructions][2] for Applications.
Then add a Gradle dependency on the AVIF integration library:

```groovy
compile "com.github.bumptech.glide:avif-integration:4.13.0"
compile "com.github.bumptech.glide:avif-integration:4.13.1"
```

Adding a Gradle dependency on the AVIF integration library will cause Glide to start automatically using the bundled AVIF decoder for decoding and rendering AVIF images.
Expand Down

0 comments on commit 153d94a

Please sign in to comment.