Skip to content

Commit 6918bb0

Browse files
author
Ady Levy
committed
HOM-5901 upgrade mixpanel android api
1 parent ee1e4bb commit 6918bb0

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
# 1.2.1
2+
3+
- [Android] Update mixpanel-android SDK to 5.8.3
4+
15
# 1.1.14
26

37
- [Android] Add check against potential NPE

android/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ android {
1717

1818
dependencies {
1919
implementation 'com.facebook.react:react-native:+'
20-
api "com.mixpanel.android:mixpanel-android:5.6.8"
20+
api "com.mixpanel.android:mixpanel-android:5.8.3"
2121
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-native-mixpanel",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "A React Native wrapper for Mixpanel tracking",
55
"main": "index.js",
66
"repository": {

0 commit comments

Comments
 (0)