From a512e29758878b3f95704127e7da3c0e805027a9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 4 Oct 2023 20:03:05 +0000 Subject: [PATCH] Update dependency androidx.collection:collection to v1.4.0-alpha01 --- 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 11343359e..8190b2d42 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -91,7 +91,7 @@ androidx-appCompat-resources = { module = "androidx.appcompat:appcompat-resource androidx-benchmark-macro-junit = { module = "androidx.benchmark:benchmark-macro-junit4", version.ref = "benchmark" } -androidx-collection = "androidx.collection:collection:1.3.0-rc01" +androidx-collection = "androidx.collection:collection:1.4.0-alpha01" androidx-core = { module = "androidx.core:core", version.ref = "androidx-core" } androidx-coreKtx = { module = "androidx.core:core-ktx", version.ref = "androidx-core" }