From 249d45ce04a95a8cb44fd1f32e43038fb2e3a273 Mon Sep 17 00:00:00 2001 From: ganfra Date: Fri, 13 Mar 2026 15:08:17 +0100 Subject: [PATCH] Fix wrong dependency --- features/location/impl/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/location/impl/build.gradle.kts b/features/location/impl/build.gradle.kts index c7b19fbf59..14dd7a7836 100644 --- a/features/location/impl/build.gradle.kts +++ b/features/location/impl/build.gradle.kts @@ -45,7 +45,7 @@ dependencies { testCommonDependencies(libs, true) testImplementation(projects.libraries.matrix.test) - implementation(projects.libraries.dateformatter.test) + testImplementation(projects.libraries.dateformatter.test) testImplementation(projects.libraries.testtags) testImplementation(projects.services.analytics.test) testImplementation(projects.features.messages.test)