Skip to content

Commit 0caf021

Browse files
fix(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1.10.5
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 9193066 commit 0caf021

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -336,7 +336,7 @@ dependencies {
336336

337337
//tests
338338
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'
339-
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.10.4")
339+
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.10.5")
340340
debugImplementation("androidx.compose.ui:ui-test-manifest")
341341

342342
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)