diff --git a/sample/build.gradle b/sample/build.gradle index e8099357..b3f9b1d9 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.13.0' implementation 'androidx.constraintlayout:constraintlayout:2.2.1' - implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.9.4' + implementation 'androidx.lifecycle:lifecycle-livedata-ktx:2.10.0' implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.10.0' implementation project(path: ':ui') testImplementation 'junit:junit:4.13.2'