From 2862e8d9ac38f82caf3fda48ea760db3a4efdbcf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jan 2024 12:15:14 -0800 Subject: [PATCH] chore(deps): bump androidx.lifecycle:lifecycle-runtime-ktx (#231) Bumps androidx.lifecycle:lifecycle-runtime-ktx from 2.6.2 to 2.7.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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index d6587dc..85a85d5 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.6.2' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.7.0' // Instead of the lines below, regular apps would load these libraries from Maven according to // the README installation instructions