diff --git a/app/build.gradle b/app/build.gradle index ec1297c..3030ffd 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -111,7 +111,7 @@ dependencies { implementation 'androidx.constraintlayout:constraintlayout:2.2.0-alpha13' implementation 'androidx.preference:preference-ktx:1.2.1' implementation 'androidx.core:core-ktx:1.13.1' - implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0' + implementation 'androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1' androidTestImplementation 'androidx.test:runner:1.5.2' androidTestImplementation 'androidx.test.ext:junit:1.1.5' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' @@ -126,7 +126,7 @@ dependencies { // Worker component implementation 'androidx.work:work-runtime-ktx:2.9.0' // ViewModel Kotlin support - implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.7.0" + implementation "androidx.lifecycle:lifecycle-viewmodel-ktx:2.8.1" // UI implementation "com.google.android.material:material:1.12.0" // Testing