From b701239aa25914cebefd93c8f65a9078ace476c8 Mon Sep 17 00:00:00 2001 From: Vignesh Venkatasubramanian Date: Wed, 23 Feb 2022 15:09:47 -0800 Subject: [PATCH] avif: Update the depdendency version to 4.13.1 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. --- _posts/2022-01-26-avif.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_posts/2022-01-26-avif.md b/_posts/2022-01-26-avif.md index 4583e23b5e..085b03ebb0 100644 --- a/_posts/2022-01-26-avif.md +++ b/_posts/2022-01-26-avif.md @@ -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.