diff --git a/app/build.gradle b/app/build.gradle index 6d76acf..1ebab80 100644 --- a/app/build.gradle +++ b/app/build.gradle @@ -50,15 +50,15 @@ dependencies { implementation 'androidx.core:core-ktx:1.12.0' implementation 'androidx.room:room-ktx:2.6.0' implementation 'androidx.room:room-runtime:2.6.0' - implementation 'androidx.work:work-runtime-ktx:2.8.1' - implementation 'androidx.work:work-runtime:2.8.1' + implementation 'androidx.work:work-runtime-ktx:2.10.4' + implementation 'androidx.work:work-runtime:2.10.4' implementation 'com.google.android.material:material:1.10.0' implementation 'com.google.code.gson:gson:2.10' implementation 'com.squareup.okhttp3:okhttp:5.0.0-alpha.11' implementation 'com.squareup.retrofit2:converter-gson:2.9.0' implementation 'com.squareup.retrofit2:retrofit:2.9.0' testImplementation 'androidx.room:room-testing:2.6.0' - testImplementation 'androidx.work:work-testing:2.8.1' + testImplementation 'androidx.work:work-testing:2.10.4' testImplementation 'junit:junit:4.13.2' androidTestImplementation 'androidx.test.espresso:espresso-core:3.5.1' androidTestImplementation 'androidx.test.ext:junit:1.1.5'