mirror of
https://github.com/nextcloud/talk-android.git
synced 2024-11-22 04:55:29 +03:00
fix(deps): update dependency androidx.compose.ui:ui-test-junit4 to v1.7.0
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
fbaf75a025
commit
35885edf1a
1 changed files with 1 additions and 1 deletions
|
@ -316,7 +316,7 @@ dependencies {
|
|||
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||
|
||||
//tests
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.8")
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.7.0")
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
|
Loading…
Reference in a new issue