From 7e370ee61d9860fae785a3fe85f212200a956cb7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 Jul 2022 11:10:45 +0000 Subject: [PATCH] Bump lifecycle-runtime-ktx from 2.2.0 to 2.5.0 Bumps lifecycle-runtime-ktx from 2.2.0 to 2.5.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] --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index 56aaddf1b..b1e4eac1f 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -215,7 +215,7 @@ dependencies { implementation "androidx.exifinterface:exifinterface:1.3.3" implementation 'androidx.lifecycle:lifecycle-extensions:2.2.0' - implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.2.0' + implementation 'androidx.lifecycle:lifecycle-runtime-ktx:2.5.0' implementation 'androidx.biometric:biometric:1.1.0'