From 3881b2e493c2c360e910044262cd840da664e4cf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 31 Aug 2024 00:23:34 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx from 2.8.3 to 2.8.4 Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.3 to 2.8.4. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... 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 3f137bb..b575677 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -5,7 +5,7 @@ coreKtx = "1.13.1" junit = "4.13.2" junitVersion = "1.2.1" espressoCore = "3.6.1" -lifecycleRuntimeKtx = "2.8.3" +lifecycleRuntimeKtx = "2.8.4" activityCompose = "1.9.0" composeBom = "2024.06.00" detekt = "1.23.6"