AndroidX
AndroidX copied to clipboard
Include Glide AVIF support library
Xamarin.Android Version: <= 8.0
Please include Glide's AVIF
support
https://bumptech.github.io/glide/int/avif.html
This enables us to add implementation 'com.github.bumptech.glide:avif-integration:4.15.1'
to MAUI's build.gradle.
Without this images won't load.
We should also include https://github.com/AOMediaCodec/libavif package so that we can pick the latest version as dependency.
Describe your Issue
AVIF images are not loading in MAUI.
Relevant information
See more: https://github.com/dotnet/maui/issues/23316