We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f962a commit f8e538aCopy full SHA for f8e538a
2 files changed
CHANGELOG.md
@@ -1,4 +1,4 @@
1
-## Next
+## 3.0.0-alpha.5 - 2023-10-04
2
3
- Does not report screen events if there's no title ([#32](https://github.com/PostHog/posthog-android/pull/32))
4
- Add `distinctId()` getter to the Public API ([#33](https://github.com/PostHog/posthog-android/pull/33))
USAGE.md
@@ -5,7 +5,7 @@ How to use the Android SDK v3
5
6
```kotlin
7
// app/build.gradle.kts
8
-implementation("com.posthog:posthog-android:3.0.0-alpha.4")
+implementation("com.posthog:posthog-android:$latestVersion")
9
```
10
11
0 commit comments