From 9ba4be9333eb787fc7eb7e6ca99178aeeda944e4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Feb 2021 12:24:36 +0000 Subject: [PATCH] Bump lifecycle-viewmodel-ktx from 2.2.0 to 2.3.0 Bumps lifecycle-viewmodel-ktx from 2.2.0 to 2.3.0. Signed-off-by: dependabot[bot] --- build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.gradle b/build.gradle index 752096eb4e..932258f1e4 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.2.0" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.3.0" implementation "androidx.work:work-runtime:2.4.0" implementation "androidx.work:work-runtime-ktx:2.4.0" implementation "androidx.fragment:fragment:1.2.5"