From 348d0ccbfaa679094c55c961aa82b7adcb75b58a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Sep 2025 21:02:54 +0000 Subject: [PATCH] Bump the androidx_work group with 2 updates Bumps the androidx_work group with 2 updates: androidx.work:work-testing and androidx.work:work-runtime-ktx. Updates `androidx.work:work-testing` from 2.10.3 to 2.10.4 Updates `androidx.work:work-runtime-ktx` from 2.10.3 to 2.10.4 --- updated-dependencies: - dependency-name: androidx.work:work-testing dependency-version: 2.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_work - dependency-name: androidx.work:work-runtime-ktx dependency-version: 2.10.4 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: androidx_work ... Signed-off-by: dependabot[bot] --- FlowCrypt/build.gradle.kts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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")