Skip to content

Commit 275a7fb

Browse files
authored
chore: bump Android SDK to 3.11.3 (#25)
1 parent 6b459da commit 275a7fb

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
## Next
22

3+
## 1.0.3 - 2025-02-26
4+
5+
- chore: bump Android SDK to 3.11.3
6+
37
## 1.0.2 - 2025-02-25
48

59
- fix: distinctId and anonymousId should degrade gracefully if they are strings that can't be parsed

android/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,6 @@ dependencies {
9595
//noinspection GradleDynamicVersion
9696
implementation "com.facebook.react:react-native:+"
9797
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
98-
implementation "com.posthog:posthog-android:3.9.2"
98+
implementation "com.posthog:posthog-android:3.11.3"
9999
}
100100

0 commit comments

Comments
 (0)