Add JoinedRoom posthog event (#687)

This commit is contained in:
Yoan Pintas 2023-06-27 18:32:20 +02:00 committed by GitHub
parent 02dc447624
commit e7e225dd3a
5 changed files with 66 additions and 6 deletions

View file

@ -24,4 +24,6 @@ android {
dependencies {
api(projects.services.analyticsproviders.api)
implementation(libs.coroutines.core)
implementation(projects.libraries.matrix.api)
implementation(projects.libraries.core)
}