Releases: mixpanel/mixpanel-android
Releases · mixpanel/mixpanel-android
Release v8.0.1
Release v8.0.0
Release v7.5.4
Revert the breaking changes to minSdk
and targetSdk
:
minSdk 23 -> 14
targetSdk 34 -> 33
Release v7.5.3
Release v7.5.2
Release v7.5.0
Release v7.4.2
v7.4.2 (2024-03-15)
Enhancements
- feat: Enable data separation for each MixPanel API instance #830. Thanks so much @surajbokey-cred!
Release v7.4.1
Release v7.4.0
v7.4.0 (2024-01-22)
Non-Singleton MPConfig Class
In this release, we've introduced a significant change to the MPConfig class. Previously implemented as a singleton, MPConfig is now designed to provide instance-specific configurations. This change allows the creation of multiple MPConfig instances, each with potentially different configuration settings. check the docs for more details