fix(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1.7.4

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-10-19 04:54:01 +00:00 committed by GitHub
parent 17eae65dc6
commit 38b19f8bdc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -320,7 +320,7 @@ dependencies {
debugImplementation("androidx.compose.ui:ui-tooling")
//tests
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.3")
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.4")
debugImplementation("androidx.compose.ui:ui-test-manifest")
testImplementation 'junit:junit:4.13.2'