Skip to content

Commit

Permalink
chore: upgrade Android SDK to 3.8.2 (#8)
Browse files Browse the repository at this point in the history
  • Loading branch information
marandaneto authored Oct 14, 2024
1 parent 1eee14e commit d00db32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion android/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit d00db32

Please sign in to comment.