From aa2bba14bfafa225f4a129c8f832d547718bb51f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 23:13:02 +0000 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1. --- 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 ae51b62..bc52e93 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -13,7 +13,7 @@ navigation-fragment-ktx = "2.7.7" tapsell = "1.0.1-beta06" lifecycle-livedata-ktx = "2.8.0" lifecycle-viewmodel-ktx = "2.8.0" -lifecycle-runtime-ktx = "2.8.0" +lifecycle-runtime-ktx = "2.8.1" activity-compose = "1.9.0" compose-bom = "2024.05.00" coil = "2.6.0"