From 411c6f620040d9a5227dc47a8d653651d5d135ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 01:33:19 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.1 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... 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 73f34cc..992dfb9 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -7,7 +7,7 @@ accompanist = "0.34.0" kotlin = "2.0.0-RC2" coreKtx = "1.13.1" leakcanaryAndroid = "3.0-alpha-1" -lifecycleRuntimeKtx = "2.7.0" +lifecycleRuntimeKtx = "2.8.1" androidxSavedState = "1.2.1" androidxLifecycle = "2.7.0"