Fix test in release.

This commit is contained in:
Benoit Marty
2024-01-05 18:20:26 +01:00
parent 69e8384163
commit a0eceeae8b

View File

@@ -57,6 +57,7 @@ dependencies {
testImplementation(libs.test.robolectric)
testImplementation(libs.test.junitext)
testImplementation(libs.androidx.compose.ui.test.junit)
testReleaseImplementation(libs.androidx.compose.ui.test.manifest)
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.featureflag.test)
testImplementation(projects.tests.testutils)