Fix wrong dependency

This commit is contained in:
ganfra 2026-03-13 15:08:17 +01:00
parent 5a40144a24
commit b6bbe372be

View file

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