Skip to content

Commit a949994

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 38d3a16 commit a949994

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
@@ -332,7 +332,7 @@ dependencies {
332332

333333
//tests
334334
testRuntimeOnly 'org.junit.platform:junit-platform-launcher:6.0.3'
335-
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.10.4")
335+
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.10.5")
336336
debugImplementation("androidx.compose.ui:ui-test-manifest")
337337

338338
testImplementation 'junit:junit:4.13.2'

0 commit comments

Comments
 (0)