Skip to content

8.2.0

Compare
Choose a tag to compare
@psteiger psteiger released this 18 Apr 07:46
· 5 commits to master since this release
657ff77
  • Created demo application.
  • Removed default values for LocationRequest. (Fixes bug where interval is not respected).
  • Removed GPS and Network providers from default providers config. We now only keep Fused provider by default (which is an abstraction over GPS and Network providers). This gives more expected behavior relating to the LocationRequest configs.
  • Changed fastestInterval, interval and maxWaitTime types to Duration instead of Long.
  • Other minor changes.