From 8b7db4458f2d1a8139629cfa798c5ef8847d033c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 25 Sep 2022 15:05:01 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.5.1 --- app/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle b/app/build.gradle index f7a733b..5220a5b 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -37,7 +37,7 @@ dependencies { implementation 'androidx.legacy:legacy-support-v4:1.0.0' implementation 'androidx.recyclerview:recyclerview:1.0.0' implementation 'androidx.lifecycle:lifecycle-extensions:2.1.0' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.1.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.5.1' implementation 'com.loopj.android:android-async-http:1.4.9' implementation 'androidx.preference:preference:1.1.0' implementation 'androidx.cardview:cardview:1.0.0'