Merge pull request #7561 from vector-im/dependabot/gradle/com.posthog.android-posthog-2.0.0

Bump posthog from 1.1.2 to 2.0.0
This commit is contained in:
Benoit Marty 2022-11-10 16:19:28 +01:00 committed by GitHub
commit 8766e64bb6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -233,7 +233,7 @@ dependencies {
kapt libs.dagger.hiltCompiler
// Analytics
implementation('com.posthog.android:posthog:1.1.2') {
implementation('com.posthog.android:posthog:2.0.0') {
exclude group: 'com.android.support', module: 'support-annotations'
}
implementation libs.sentry.sentryAndroid