Add ViewRoom posthog event (#669)

This commit is contained in:
Yoan Pintas 2023-06-27 23:44:54 +02:00 committed by GitHub
parent b4a525422a
commit f599335572
3 changed files with 53 additions and 0 deletions

View file

@ -47,6 +47,7 @@ dependencies {
implementation(projects.libraries.featureflag.api)
implementation(projects.libraries.mediaupload.api)
implementation(projects.features.networkmonitor.api)
implementation(projects.services.analytics.api)
implementation(libs.coil.compose)
implementation(libs.datetime)
implementation(libs.accompanist.flowlayout)