1
0
mirror of https://github.com/vector-im/riotX-android synced 2025-10-06 00:02:48 +02:00

Analytics: add PostHog library

This commit is contained in:
Benoit Marty
2021-11-23 15:34:04 +01:00
committed by Benoit Marty
parent 8608230fa0
commit b33cddf0e3
5 changed files with 54 additions and 0 deletions

View File

@@ -462,6 +462,9 @@ dependencies {
implementation libs.dagger.hilt
kapt libs.dagger.hiltCompiler
// Analytics
implementation 'com.posthog.android:posthog:1.1.2'
// gplay flavor only
gplayImplementation('com.google.firebase:firebase-messaging:23.0.0') {
exclude group: 'com.google.firebase', module: 'firebase-core'