Skip to content

Commit 82c2b31

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

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/build.gradle.kts

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

335335
// tests
336336
testRuntimeOnly("org.junit.platform:junit-platform-launcher:6.0.3")
337-
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.10.6")
337+
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.11.0")
338338
debugImplementation("androidx.compose.ui:ui-test-manifest")
339339

340340
testImplementation("junit:junit:4.13.2")

0 commit comments

Comments
 (0)