From 196f077257920d00f013a151913988c8f6891983 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 12 Sep 2023 11:52:29 +0000 Subject: [PATCH] Update lifecycle to v2.6.2 --- settings.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/settings.gradle.kts b/settings.gradle.kts index 0493f294..2f40e322 100644 --- a/settings.gradle.kts +++ b/settings.gradle.kts @@ -76,7 +76,7 @@ dependencyResolutionManagement { register("androidx") { library("wear", "androidx.wear:wear:1.3.0") library("wear.phoneinteraction", "androidx.wear:wear-phone-interactions:1.1.0-alpha03") - version("lifecycle", "2.6.1") + version("lifecycle", "2.6.2") library("core", "androidx.core:core-ktx:1.12.0") library("activity", "androidx.activity:activity-compose:1.7.2") library("appstartup", "androidx.startup:startup-runtime:1.1.1")