Merge pull request #8169 from vector-im/dependabot/gradle/com.posthog.android-posthog-2.0.3

Bump com.posthog.android:posthog from 2.0.2 to 2.0.3
This commit is contained in:
Maxime NATUREL 2023-02-24 09:12:57 +01:00 committed by GitHub
commit ef38ba033f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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