From 09cd1bef0fee9496f5b3e750c33c7ff6fcf572e5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Sep 2025 03:48:26 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-viewmodel-ktx to v2.9.4 Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- gradle/verification-metadata.xml | 5 +++++ sample/build.gradle | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml index 642886de..98574974 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -2990,6 +2990,11 @@ + + + + + diff --git a/sample/build.gradle b/sample/build.gradle index 991481a5..144e3a12 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -48,7 +48,7 @@ dependencies { implementation 'com.google.android.material:material:1.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.3' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.4' implementation project(path: ':ui') testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.ext:junit:1.3.0'