From 2ec3758e1fa130d4993e7a5c1f5aae307f45b361 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 12 Aug 2024 08:08:37 +0300 Subject: [PATCH] Bump androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.3 to 2.8.4 (#682) Bumps androidx.lifecycle:lifecycle-viewmodel-ktx from 2.8.3 to 2.8.4. [no ci] --- updated-dependencies: - dependency-name: androidx.lifecycle:lifecycle-viewmodel-ktx dependency-type: direct:production update-type: version-update:semver-patch ... 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 a1438305a..f6c6fc1dc 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,7 +50,7 @@ android { dependencies { //noinspection DifferentStdlibGradleVersion implementation "org.jetbrains.kotlin:kotlin-stdlib-jdk8:2.0.10" - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.4' implementation 'androidx.preference:preference:1.2.1' compileOnly project(':shell-loader:stub') }