Release Notes - Android Movement SDK

4.0.0

  • Renamed all instances of Pilgrim to MovementSdk ; please refer to full reference documentation to see all instances of renaming.
    • Renaming example:
      • PilgrimSdk.Builder renamed to MovementSdk.Builder
  • Removed Pilgrim class prefix.
    • Removal example:
      • private final PilgrimNotificationHandler pilgrimNotificationHandler = new PilgrimNotificationHandler() becomes private final NotificationHandler NotificationHandler = new NotificationHandler()
  • Updated play-services-location to 21.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 .