Skip to content

Commit

Permalink
fix(deps): update dependency androidx.compose.ui:ui-test-manifest to …
Browse files Browse the repository at this point in the history
…v1.7.0 (#108)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Sep 5, 2024
1 parent fb57128 commit c5d30b2
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 @@ -36,7 +36,7 @@ compose-accompanist-uiController = { module = "com.google.accompanist:accompanis
compose-accompanist-swipeToRefresh = { module = "com.google.accompanist:accompanist-swiperefresh", version.ref = "accompanist" }

compose-test-uiJunit4 = { module = "androidx.compose.ui:ui-test-junit4", version = "1.7.0" }
compose-test-uiManifest = { module = "androidx.compose.ui:ui-test-manifest", version = "1.6.8" }
compose-test-uiManifest = { module = "androidx.compose.ui:ui-test-manifest", version = "1.7.0" }

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

0 comments on commit c5d30b2

Please sign in to comment.