From 0f9e03a07479b9d652095eaa93934125c2886b75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jun 2024 09:09:24 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.1 to 2.8.2. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- 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 f1b9eb48..36ee5985 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -11,7 +11,7 @@ junitVersion = "1.1.5" espressoCore = "3.5.1" kotlinxCoroutinesCore = "1.8.1" leakcanaryAndroid = "2.14" -lifecycleRuntimeKtx = "2.8.1" +lifecycleRuntimeKtx = "2.8.2" activityCompose = "1.9.0" composeBom = "2024.05.00" appcompat = "1.7.0"