From 9ab660bc17d7451337f8457b3668a96e6966d5cb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 18:12:51 +0000 Subject: [PATCH] fix(deps): update dependency androidx.collection:collection to v1.4.4 --- 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 663db7ca38..9cf6644d23 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -79,7 +79,7 @@ common-charts = { module = "com.github.AppDevNext:AndroidChart", version = "3.1. androidx-annotation = { module = "androidx.annotation:annotation", version = "1.7.1" } androidx-appcompat = { module = "androidx.appcompat:appcompat", version = "1.6.1" } androidx-cardview = { module = "androidx.cardview:cardview", version = "1.0.0" } -androidx-collection = { module = "androidx.collection:collection", version = "1.4.0" } +androidx-collection = { module = "androidx.collection:collection", version = "1.4.4" } androidx-constraintlayout = { module = "androidx.constraintlayout:constraintlayout", version = "2.1.4" } androidx-coordinatorlayout = { module = "androidx.coordinatorlayout:coordinatorlayout", version = "1.2.0" } androidx-drawer = { module = "androidx.drawerlayout:drawerlayout", version = "1.2.0" }