4.6.0
Release Notes
- Breaking change: removal of the no-longer-supported Bluetooth and Advertising ID modules. If these modules are present in your project, you should remove the dependency on them and remove their Assemblers from Rover.initialize { }
- Add support for interpolating fields from Device Context in experiences (for example,
{{ device.location.address.city }}
) - To improve privacy footprint and PII usage, location module has been changed to only use coarse location (~1km minimum) and no longer includes geocoded street address
- Resolve a rendering bug with Rover experiences that could cause some content to be sized incorrectly
- Add support for the Tiled image resizing mode in Image layers
This release uses Jetpack Compose BOM 2023.10.01