From 16faacc485d45c5117cf16505ac92c36bf16efed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 11 Aug 2026 21:43:46 +0000 Subject: [PATCH] Bump coilVersion from 3.4.0 to 3.5.0 Bumps `coilVersion` from 3.4.0 to 3.5.0. Updates `io.coil-kt.coil3:coil-compose` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-gif` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) Updates `io.coil-kt.coil3:coil-video` from 3.4.0 to 3.5.0 - [Release notes](https://github.com/coil-kt/coil/releases) - [Changelog](https://github.com/coil-kt/coil/blob/main/CHANGELOG.md) - [Commits](https://github.com/coil-kt/coil/compare/3.4.0...3.5.0) --- updated-dependencies: - dependency-name: io.coil-kt.coil3:coil-compose dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-gif dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor - dependency-name: io.coil-kt.coil3:coil-video dependency-version: 3.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- 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 203b7fbf2f..c55e86117e 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -68,7 +68,7 @@ zxingVersion = "3.5.4" huaweiPushVersion = "6.13.0.301" huaweiAnalyticsVersion = "6.12.0.301" googlePlayReviewVersion = "2.0.2" -coilVersion = "3.4.0" +coilVersion = "3.5.0" billingVersion = "8.3.0" autolinkVersion = "0.12.0" pagingCommonVersion = "3.4.2"