mirror of
https://github.com/nextcloud/talk-android
synced 2025-01-19 13:41:26 +00:00
add version to androidx.compose.ui:ui-test-junit4
otherwise this will cause: Execution failed for task ':app:generateGplayDebugAndroidTestLintModel'. > Could not resolve all files for configuration ':app:gplayDebugAndroidTestRuntimeClasspath'. > Could not find androidx.compose.ui:ui-test-junit4:. Required by: project :app Signed-off-by: Marcel Hibbe <dev@mhibbe.de>
This commit is contained in:
parent
6b3f789545
commit
8f3ddca2a6
@ -298,7 +298,7 @@ dependencies {
|
||||
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||
|
||||
//tests
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4")
|
||||
androidTestImplementation("androidx.compose.ui:ui-test-junit4:1.6.8")
|
||||
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
||||
|
||||
testImplementation 'junit:junit:4.13.2'
|
||||
|
Loading…
Reference in New Issue
Block a user