From 6fd9222b1e5e6f283475c26f2cf28abf85f06122 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 30 Oct 2024 22:28:40 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.7 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.7. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index d365255..a087cfb 100644 --- a/build.gradle +++ b/build.gradle @@ -3,7 +3,7 @@ buildscript { kotlin_version = '2.0.20' androidx_core_version = '1.13.1' androidx_viewmodel_version = '2.8.6' - androidx_runtime_version = '2.8.4' + androidx_runtime_version = '2.8.7' androidx_navigation_version = '2.8.0' splash_screen_version = '1.0.1' appcompat_version = '1.7.0'