From 9e11da11d6d5f25836132918904ffb80fce9ac70 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:29:05 +0000 Subject: [PATCH] build(deps): bump androidx.lifecycle:lifecycle-runtime-ktx Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.8.0 to 2.8.1. --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-runtime-ktx dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index dd31d5e..4a45f56 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -54,7 +54,7 @@ dependencies { implementation deps.kotlin implementation deps.androidx.appcompat implementation deps.androidx.coreKtx - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.8.1' // Instead of the lines below, regular apps would load these libraries from Maven according to // the README installation instructions