1.6.26-beta
Changes
- Created a
Direction
impl data class which will enable comparisons of two Directions with normal equals (or "=="). Especially useful in unit tests - Changed base64 related methods to not depend on android (except on older API devices). This enables route related code to run on unit tests (no roboelectric, only jvm).
- Fixed #288 (thanks @hrafnthor 🙏 )
- Updated dependency versions (including navigation and compose)