From a5a6b67e6ad804082599da778e1a562d148d3598 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 25 Mar 2021 02:04:26 +0000 Subject: [PATCH] Bump lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1 Bumps lifecycle-viewmodel-ktx from 2.3.0 to 2.3.1. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 3fbba5d599..325444b80d 100644 --- a/build.gradle +++ b/build.gradle @@ -293,7 +293,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.2.0' implementation 'androidx.cardview:cardview:1.0.0' implementation 'androidx.exifinterface:exifinterface:1.3.2' - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.1" implementation "androidx.work:work-runtime:$workRuntime" implementation "androidx.work:work-runtime-ktx:$workRuntime" implementation "androidx.fragment:fragment:1.3.1"