diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index cf9ba2cc7..8ed40d9e7 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -436,7 +436,7 @@ dependencies { androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0") androidTestImplementation("androidx.room:room-testing:2.7.2") androidTestImplementation("androidx.arch.core:core-testing:2.2.0") - androidTestImplementation("androidx.work:work-testing:2.10.3") + androidTestImplementation("androidx.work:work-testing:2.10.4") androidTestImplementation("com.squareup.okhttp3:mockwebserver:5.1.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:5.1.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") @@ -479,7 +479,7 @@ dependencies { implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.activity:activity-ktx:1.11.0") implementation("androidx.fragment:fragment-ktx:1.8.9") - implementation("androidx.work:work-runtime-ktx:2.10.3") + implementation("androidx.work:work-runtime-ktx:2.10.4") implementation("androidx.navigation:navigation-fragment-ktx:2.9.3") implementation("androidx.navigation:navigation-ui-ktx:2.9.3") implementation("androidx.navigation:navigation-runtime-ktx:2.9.3")