From 7421efbee483ffd11ef9af4b7d5a108405a472a0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 May 2024 02:30:19 +0000 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-runtime-ktx in /android Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.7.0 to 2.8.0. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- android/gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/gradle/libs.versions.toml b/android/gradle/libs.versions.toml index 5f58ed5..3032b94 100644 --- a/android/gradle/libs.versions.toml +++ b/android/gradle/libs.versions.toml @@ -27,7 +27,7 @@ coreKtx = "1.13.1" detekt = "1.23.6" inject = "1" kotlinx-collections-immutable = "0.3.7" -lifecycleRuntimeKtx = "2.7.0" +lifecycleRuntimeKtx = "2.8.0" lint-gradle = "1.0.0-alpha01" nexus-publish = "2.0.0" timber = "5.0.1"