We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee1e4bb + 6918bb0 commit ec49e5aCopy full SHA for ec49e5a
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+# 1.2.1
2
+
3
+- [Android] Update mixpanel-android SDK to 5.8.3
4
5
# 1.1.14
6
7
- [Android] Add check against potential NPE
android/build.gradle
@@ -17,5 +17,5 @@ android {
17
18
dependencies {
19
implementation 'com.facebook.react:react-native:+'
20
- api "com.mixpanel.android:mixpanel-android:5.6.8"
+ api "com.mixpanel.android:mixpanel-android:5.8.3"
21
}
package.json
@@ -1,6 +1,6 @@
{
"name": "react-native-mixpanel",
- "version": "1.2.0",
+ "version": "1.2.1",
"description": "A React Native wrapper for Mixpanel tracking",
"main": "index.js",
"repository": {
0 commit comments