From a74eef0026552175d51fd0320029b03bbe8dd5c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 08:20:40 +0000 Subject: [PATCH] Bump androidx.collection:collection-ktx from 1.5.0 to 1.6.0 Bumps androidx.collection:collection-ktx from 1.5.0 to 1.6.0. --- updated-dependencies: - dependency-name: androidx.collection:collection-ktx dependency-version: 1.6.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 6ced5bbd..a13c9a8b 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -3,7 +3,7 @@ aconfig = "1.2.1" agp = "9.0.0" appcompat = "1.7.1" browser = "1.9.0" -collectionKtx = "1.5.0" +collectionKtx = "1.6.0" constraintlayout = "2.2.1" coreKtx = "1.17.0" fragment = "1.8.9"