Full Changelog: v40.2.0...v41.0.0
41.0.0
Breaking
- Renamed
BrazeConfig.Builder.setIsLocationCollectionEnabled()tosetIsAutomaticLocationCollectionEnabled(). - Renamed
BrazeConfig.isLocationCollectionEnabledtoisAutomaticLocationCollectionEnabled. - Renamed
BrazeConfigurationProvider.isLocationCollectionEnabledtoisAutomaticLocationCollectionEnabled.
Fixed
- Fixed an issue where manual location tracking was being blocked by automatic location tracking.
BrazeUser.setLastKnownLocation()now works independently of the automatic location collection setting. Customers can use automatic collection, manual tracking, both, or neither.
- Fixed a memory leak in the data persistence layer.
Changed
- Updated Coil library to Coil3.