From d5e91233ab8a54861b3d4562053e9c5c44dbfcb6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 30 Aug 2025 02:32:27 +0800 Subject: [PATCH] Bump org.aomedia.avif.android:avif from 1.1.1.14d8e3c4 to 1.3.0.841110fd (#7) Bumps [org.aomedia.avif.android:avif](https://github.com/AOMediaCodec/libavif) from 1.1.1.14d8e3c4 to 1.3.0.841110fd. - [Release notes](https://github.com/AOMediaCodec/libavif/releases) - [Changelog](https://github.com/AOMediaCodec/libavif/blob/main/CHANGELOG.md) - [Commits](https://github.com/AOMediaCodec/libavif/commits) --- updated-dependencies: - dependency-name: org.aomedia.avif.android:avif dependency-version: 1.3.0.841110fd dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 8bc2f8a58..e60d5ffd5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -128,7 +128,7 @@ glide-compiler = { module = "com.github.bumptech.glide:compiler", version.ref = glide-compose = { module = "com.github.bumptech.glide:compose", version = "1.0.0-beta01" } glide-ksp = { module = "com.github.bumptech.glide:ksp", version.ref = "glide" } glide-avif = { module = "com.github.bumptech.glide:avif-integration", version.ref = "glide" } -avif = { module = "org.aomedia.avif.android:avif", version = "1.1.1.14d8e3c4" } +avif = { module = "org.aomedia.avif.android:avif", version = "1.3.0.841110fd" } glide-svg = { module = "com.github.qoqa:glide-svg", version = "4.0.2" } androidsvg = { module = "com.caverock:androidsvg-aar", version = "1.4" }