From 4ef09e2df2d614aa88a094c37aea0bc0cdff765b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 7 Sep 2023 18:37:21 +0200 Subject: [PATCH] fix(deps): update androidx.lifecycle to v2.6.2 (#507) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- 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 cc3743f9..7dc92cc5 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ androidx-appcompat = "1.6.1" androidx-constraintlayout = "2.1.4" androidx-core = "1.10.1" androidx-hilt = "1.1.0-alpha01" -androidx-lifecycle = "2.6.1" +androidx-lifecycle = "2.6.2" androidx-media3 = "1.1.1" androidx-navigation = "2.7.2" androidx-paging = "3.2.0"