From d00db321ea3d6f66cff8ea5d750885f23b55d09a Mon Sep 17 00:00:00 2001 From: Manoel Aranda Neto <5731772+marandaneto@users.noreply.github.com> Date: Mon, 14 Oct 2024 19:53:28 +0200 Subject: [PATCH] chore: upgrade Android SDK to 3.8.2 (#8) --- CHANGELOG.md | 4 ++++ android/build.gradle | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a1e39f..0ef1808 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ ## Next +## 0.1.4 - 2024-10-14 + +- chore: upgrade Android SDK to 3.8.2 + ## 0.1.3 - 2024-10-11 - chore: upgrade Android SDK to 3.8.1 diff --git a/android/build.gradle b/android/build.gradle index c93d215..4363298 100644 --- a/android/build.gradle +++ b/android/build.gradle @@ -95,6 +95,6 @@ dependencies { //noinspection GradleDynamicVersion implementation "com.facebook.react:react-native:+" implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version" - implementation "com.posthog:posthog-android:3.8.1" + implementation "com.posthog:posthog-android:3.8.2" }