mirror of
https://github.com/nextcloud/talk-android
synced 2025-06-19 19:49:33 +01: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")
|
debugImplementation("androidx.compose.ui:ui-tooling")
|
||||||
|
|
||||||
//tests
|
//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")
|
debugImplementation("androidx.compose.ui:ui-test-manifest")
|
||||||
|
|
||||||
testImplementation 'junit:junit:4.13.2'
|
testImplementation 'junit:junit:4.13.2'
|
||||||
|
Loading…
Reference in New Issue
Block a user