From 7944804cd982b44beb7f77a2c4ed1a64eaa96eae Mon Sep 17 00:00:00 2001 From: Benoit Marty Date: Fri, 5 Jan 2024 18:20:26 +0100 Subject: [PATCH] Fix test in release. --- features/logout/impl/build.gradle.kts | 1 + 1 file changed, 1 insertion(+) diff --git a/features/logout/impl/build.gradle.kts b/features/logout/impl/build.gradle.kts index 6193e3fba4..699d6c93b8 100644 --- a/features/logout/impl/build.gradle.kts +++ b/features/logout/impl/build.gradle.kts @@ -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)