From c8994513837c3ca8d1833c4569cf0c74ac0d5808 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Oct 2023 13:53:53 +0000 Subject: [PATCH] Update dependency androidx.lifecycle:lifecycle-runtime-ktx to v2.6.2 --- 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 928a41f6..31ebac53 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ core-ktx = "1.10.1" junit = "4.13.2" androidx-test-ext-junit = "1.1.5" espresso-core = "3.5.1" -lifecycle-runtime-ktx = "2.6.1" +lifecycle-runtime-ktx = "2.6.2" activity = "1.7.2" compose-bom = "2023.08.00"