Skip to content

1.7.26-beta

Compare
Choose a tag to compare
@raamcosta raamcosta released this 14 Nov 23:02
· 351 commits to main since this release
e3aeaf2

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)