From b130233b2ea74010286444697448db945645f659 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 15:01:09 +0000 Subject: [PATCH] fix(deps): update dependency androidx.collection:collection to v1.4.3 --- 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..57242d0e3b 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.3" } 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" }