From 2724bec0f72b0ee0f6ca7511f8552c817e4d6f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jan 2024 01:42:21 +0000 Subject: [PATCH] Bump androidx.collection:collection-ktx from 1.3.0 to 1.4.0 Bumps androidx.collection:collection-ktx from 1.3.0 to 1.4.0. --- updated-dependencies: - dependency-name: androidx.collection:collection-ktx 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 3c2758edb..c0b37cae9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -69,7 +69,7 @@ androidx-activityKtx = "androidx.activity:activity-ktx:1.7.2" androidx-appcompat = { module = "androidx.appcompat:appcompat", version.ref = "androidx-appcompat" } androidx-appcompat-resources = { module = "androidx.appcompat:appcompat-resources", version.ref = "androidx-appcompat" } -androidx-collectionKtx = "androidx.collection:collection-ktx:1.3.0" +androidx-collectionKtx = "androidx.collection:collection-ktx:1.4.0" androidx-coreKtx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }