From f2623ccce8287dc52b54e86fc50cf8b0129d85cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Jun 2024 02:03:21 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.2 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.2. --- 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..bc5a54f 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.2" androidxSavedState = "1.2.1" androidxLifecycle = "2.7.0"