Releases: mapp-digital/mapp-intelligence-android-sdk-v5
Releases · mapp-digital/mapp-intelligence-android-sdk-v5
5.0.0-beta08
- App Update Event is auto tracked.
- Auto tracking full name activity/fragment support.
5.0.0-beta07
- Add Android API tracking parameter as part of the tracking request.
- Auto track of the app version name & code.
- Add
wt_mc=
to the media code param.
5.0.0-beta06
- Update
kotlin-gradle-plugin
to1.3.31
. - Update
WorkManager
to2.1.0-beta02
, set initial delay to send requests worker. - Add "TimeZone" query param to the request URL
tz
. - Min SDK is 21.
5.0.0-beta04
- Support track from App to Web by sending ever Id to Pixel Web SDK.
- Support disable fragments auto tracking in the configurations
disableFragmentsAutoTracking()
. - Add "language" query param to the request URL
la
.
5.0.0-beta03
- Renamed
sendDelay
in the configurations torequestsInterval
. - Update WorkManager to 2.0.0.