Release Notes - Android Movement SDK
4.0.0
- Renamed all instances of
Pilgrim
toMovementSdk
; please refer to full reference documentation to see all instances of renaming.- Renaming example:
PilgrimSdk.Builder
renamed toMovementSdk.Builder
- Renaming example:
- Removed
Pilgrim
class prefix.- Removal example:
private final PilgrimNotificationHandler pilgrimNotificationHandler = new PilgrimNotificationHandler()
becomesprivate final NotificationHandler NotificationHandler = new NotificationHandler()
- Removal example:
- Updated
play-services-location
to21.0.1
; refer to Google Play Services release notes for more information. - Please refer to the Movement SDK Get Started Guide for full implementation steps.
- If you are still on the Pilgrim SDK, please refer to our Legacy Pilgrim SDK documentation .
Updated 8 months ago