From 360bf3a33fcf56f2d6063f30fc81c453e7791bb2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 22:48:29 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.5 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.4 to 2.8.5. --- 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 e950df9..3bdf857 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.4' - androidx_runtime_version = '2.8.4' + androidx_runtime_version = '2.8.5' androidx_navigation_version = '2.8.0' splash_screen_version = '1.0.1' appcompat_version = '1.7.0'