We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b459da commit 275a7fbCopy full SHA for 275a7fb
CHANGELOG.md
@@ -1,5 +1,9 @@
1
## Next
2
3
+## 1.0.3 - 2025-02-26
4
+
5
+- chore: bump Android SDK to 3.11.3
6
7
## 1.0.2 - 2025-02-25
8
9
- fix: distinctId and anonymousId should degrade gracefully if they are strings that can't be parsed
android/build.gradle
@@ -95,6 +95,6 @@ dependencies {
95
//noinspection GradleDynamicVersion
96
implementation "com.facebook.react:react-native:+"
97
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98
- implementation "com.posthog:posthog-android:3.9.2"
+ implementation "com.posthog:posthog-android:3.11.3"
99
}
100
0 commit comments