Mixpanel v7.2.0 Release Notes
Release Date: 2022-10-20 // over 2 years ago-
✨ Enhancements
- ➕ Add the ability to remove residual image files left from the legacy SDK versions #804
To opt in, add this to
AndroidManifest.xml
.<meta-data android:name="com.mixpanel.android.MPConfig.RemoveLegacyResidualFiles" android:value="true" />
Previous changes from v7.0.1
-
🛠 Fixes
- 🛠 Fix the event being dropped if its properties contain custom class object #798