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:
Marcel Hibbe 2024-07-24 13:49:34 +02:00
parent 6b3f789545
commit 8f3ddca2a6
No known key found for this signature in database
GPG Key ID: C793F8B59F43CE7B

View File

@ -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'