Skip to content

Commit

Permalink
avif: Update the depdendency version to 4.13.1
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 bumptech#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 b701239
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 b701239

Please sign in to comment.