From a1ce0162195e2c8b2bc45b09e859a775046293fb Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Thu, 11 Jan 2024 12:27:52 +0100 Subject: [PATCH] chore: upgrade android sdk to 3.1.1 (#75) --- android/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {