Add analytics for voice messages (#1706)

This commit is contained in:
jonnyandrew 2023-11-02 09:32:22 +00:00 committed by GitHub
parent 75f8b38e4f
commit e376feba22
8 changed files with 76 additions and 10 deletions

View file

@ -75,6 +75,7 @@ dependencies {
testImplementation(projects.libraries.matrix.test)
testImplementation(projects.libraries.dateformatter.test)
testImplementation(projects.features.networkmonitor.test)
testImplementation(projects.features.messages.test)
testImplementation(projects.services.analytics.test)
testImplementation(projects.tests.testutils)
testImplementation(projects.libraries.featureflag.test)