diff --git a/FlowCrypt/build.gradle.kts b/FlowCrypt/build.gradle.kts index 29df764a1..b1b14913e 100644 --- a/FlowCrypt/build.gradle.kts +++ b/FlowCrypt/build.gradle.kts @@ -427,7 +427,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.2") + androidTestImplementation("androidx.work:work-testing:2.10.3") androidTestImplementation("com.squareup.okhttp3:mockwebserver:4.12.0") androidTestImplementation("com.squareup.okhttp3:okhttp-tls:4.12.0") androidTestImplementation("com.athaydes.rawhttp:rawhttp-core:2.6.0") @@ -470,7 +470,7 @@ dependencies { implementation("androidx.core:core-splashscreen:1.0.1") implementation("androidx.activity:activity-ktx:1.10.1") implementation("androidx.fragment:fragment-ktx:1.8.8") - implementation("androidx.work:work-runtime-ktx:2.10.2") + implementation("androidx.work:work-runtime-ktx:2.10.3") implementation("androidx.navigation:navigation-fragment-ktx:2.9.0") implementation("androidx.navigation:navigation-ui-ktx:2.9.0") implementation("androidx.navigation:navigation-runtime-ktx:2.9.0")