RxLocation v1.0.3
Changes
- Update dependencies (Play Services 10.2.1)
- Fix bug which lead to leaks when using `rxLocation.location().updates() (#26)
- BREAKING: Removed
GoogleAPIClientSingle
and replaced it withGoogleApiClientFlowable
(#22) - BREAKING: Replace uppercase "API" in
GoogleApiConnectionException
andGoogleApiConnectionSuspendedException
with "Api"