Skip to content

Commit

Permalink
Update dependency androidx.compose.ui:ui-test-junit4 to v1.3.2 (#1562)
Browse files Browse the repository at this point in the history
* Update dependency androidx.compose.ui:ui-test-junit4 to v1.3.2

* Fix version.

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Colin White <colin@colinwhite.me>
  • Loading branch information
renovate[bot] and colinrtwhite authored Dec 9, 2022
1 parent cd18620 commit 5e82631
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 @@ -46,7 +46,7 @@ androidx-vectordrawable-animated = "androidx.vectordrawable:vectordrawable-anima

compose-foundation = { module = "androidx.compose.foundation:foundation", version.ref = "compose" }
compose-material = { module = "androidx.compose.material:material", version.ref = "compose" }
compose-ui-test = { module = "androidx.compose.ui:ui-test-junit4", version.ref = "compose" }
compose-ui-test = "androidx.compose.ui:ui-test-junit4:1.3.2"

coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "coroutines" }
coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "coroutines" }
Expand Down

0 comments on commit 5e82631

Please # to comment.