diff --git a/gradle/verification-metadata.xml b/gradle/verification-metadata.xml
index f8616ec1..cf3cce83 100644
--- a/gradle/verification-metadata.xml
+++ b/gradle/verification-metadata.xml
@@ -2667,6 +2667,11 @@
+
+
+
+
+
diff --git a/sample/build.gradle b/sample/build.gradle
index dfdf299c..e580c37e 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.1'
+ implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.2'
implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.9.1'
implementation project(path: ':ui')
testImplementation 'junit:junit:4.13.2'