diff --git a/android/build.gradle b/android/build.gradle index d0d0227..899d157 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -54,7 +54,7 @@ android { dependencies { testImplementation 'org.jetbrains.kotlin:kotlin-test' testImplementation 'org.mockito:mockito-core:5.0.0' - implementation 'com.posthog:posthog-android:3.1.0' + implementation 'com.posthog:posthog-android:3.1.1' } testOptions {