From e3c45630cfc732db4aa43a98c9e96e7f2fdd7501 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 May 2024 07:04:21 +0000 Subject: [PATCH] Bump androidxLifecycle from 2.7.0 to 2.8.1 Bumps `androidxLifecycle` from 2.7.0 to 2.8.1. Updates `androidx.lifecycle:lifecycle-runtime-ktx` from 2.7.0 to 2.8.1 Updates `androidx.lifecycle:lifecycle-runtime-compose` 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 - dependency-name: androidx.lifecycle:lifecycle-runtime-compose 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 a32601a..e84d440 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -12,7 +12,7 @@ jvmTarget = "11" androidxMaterial = "1.12.0" androidxCore = "1.13.1" androidxAnnotation = "1.7.1" -androidxLifecycle = "2.7.0" +androidxLifecycle = "2.8.1" androidxActivity = "1.8.2" androidxComposeBom = "2024.05.00" androidxHiltNavigation = "1.2.0"