From ee9692629d40e345418b8032ca7ca3390b0ac82b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 1 Jun 2023 03:16:27 +0000 Subject: [PATCH] Update androidx-lifecycle to v2.6.1 --- 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 58bd30609..b04792d85 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -21,7 +21,7 @@ androidx-fragment = "1.5.7" androiddesugarlibs = "2.0.3" # Lifecycle extensions -androidx-lifecycle = "2.5.1" +androidx-lifecycle = "2.6.1" # UI androidx-constraintlayout = "2.1.4"