Skip to content

Commit

Permalink
fix(deps): update module id for androidx.work.testing
Browse files Browse the repository at this point in the history
  • Loading branch information
wax911 committed May 3, 2024
1 parent 71c556e commit 044537f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ androidx-test = { module = "androidx.work:work-test", version.ref = "androidx-wo

androidx-work-runtime-ktx = { module = "androidx.work:work-runtime-ktx", version.ref = "androidx-work" }
androidx-work-runtime = { module = "androidx.work:work-runtime", version.ref = "androidx-work" }
androidx-work-test = { module = "androidx.work:work-test", version.ref = "androidx-work" }
androidx-work-test = { module = "androidx.work:work-testing", version.ref = "androidx-work" }

cash-turbine = "app.cash.turbine:turbine:1.1.0"

Expand Down

0 comments on commit 044537f

Please sign in to comment.