Analytics : add analytics on read status and favorite toggles

This commit is contained in:
ganfra 2024-02-19 17:36:23 +01:00
parent a52d441278
commit 4052abf15c
8 changed files with 91 additions and 30 deletions

View file

@ -70,6 +70,7 @@ dependencies {
testImplementation(projects.tests.testutils)
testImplementation(projects.features.leaveroom.test)
testImplementation(projects.features.createroom.test)
testImplementation(projects.services.analytics.test)
ksp(libs.showkase.processor)
}