Bump posthog from 1.1.2 to 2.0.0

Bumps [posthog](https://github.com/PostHog/posthog-android) from 1.1.2 to 2.0.0.
- [Release notes](https://github.com/PostHog/posthog-android/releases)
- [Changelog](https://github.com/PostHog/posthog-android/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PostHog/posthog-android/compare/1.1.2...2.0.0)

---
updated-dependencies:
- dependency-name: com.posthog.android:posthog
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-11-09 23:03:47 +00:00 committed by GitHub
parent 76b179e738
commit e84c68495f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -233,7 +233,7 @@ dependencies {
kapt libs.dagger.hiltCompiler kapt libs.dagger.hiltCompiler
// Analytics // 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' exclude group: 'com.android.support', module: 'support-annotations'
} }
implementation libs.sentry.sentryAndroid implementation libs.sentry.sentryAndroid