From f7de9d01a34290ef6e9e3874f0708b6f39388309 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 Aug 2025 19:24:45 +0000 Subject: [PATCH] fix(deps): update dependency androidx.lifecycle:lifecycle-livedata-ktx to v2.9.3 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 ebcb4826..b1fddf96 100644 --- a/gradle/verification-metadata.xml +++ b/gradle/verification-metadata.xml @@ -2958,6 +2958,11 @@ + + + + + diff --git a/sample/build.gradle b/sample/build.gradle index 14b9e0e0..32663a63 100644 --- a/sample/build.gradle +++ b/sample/build.gradle @@ -47,7 +47,7 @@ dependencies { implementation 'androidx.appcompat:appcompat:1.7.1' implementation 'com.google.android.material:material:1.12.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.3' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.2' implementation project(path: ':ui') testImplementation 'junit:junit:4.13.2'