Skip to content

Commit

Permalink
Bump the androidx_work group with 2 updates
Browse files Browse the repository at this point in the history
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.9.1 to 2.10.0

Updates `androidx.work:work-runtime-ktx` from 2.9.1 to 2.10.0

---
updated-dependencies:
- dependency-name: androidx.work:work-testing
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: androidx_work
- dependency-name: androidx.work:work-runtime-ktx
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: androidx_work
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Dec 1, 2024
1 parent 303baca commit f5bc0a6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FlowCrypt/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ dependencies {
androidTestImplementation("androidx.test.uiautomator:uiautomator:2.3.0")
androidTestImplementation("androidx.room:room-testing:2.6.1")
androidTestImplementation("androidx.arch.core:core-testing:2.2.0")
androidTestImplementation("androidx.work:work-testing:2.9.1")
androidTestImplementation("androidx.work:work-testing:2.10.0")
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")
Expand Down Expand Up @@ -438,7 +438,7 @@ dependencies {
implementation("androidx.core:core-splashscreen:1.0.1")
implementation("androidx.activity:activity-ktx:1.9.3")
implementation("androidx.fragment:fragment-ktx:1.8.4")
implementation("androidx.work:work-runtime-ktx:2.9.1")
implementation("androidx.work:work-runtime-ktx:2.10.0")
implementation("androidx.navigation:navigation-fragment-ktx:2.8.4")
implementation("androidx.navigation:navigation-ui-ktx:2.8.4")
implementation("androidx.navigation:navigation-runtime-ktx:2.8.4")
Expand Down

0 comments on commit f5bc0a6

Please sign in to comment.