mcharmas / Android-ReactiveLocation

Small library that wraps Google Play Service API in brilliant RxJava Observables reducing boilerplate to minimum.
2.11k stars 312 forks source link

Update play services and stop using GoogleApiClient #173

Open mzgreen opened 6 years ago

mzgreen commented 6 years ago

Current implementation still uses GoogleApiClient which is deprecated now. It would be great to update play services in the library and start using new APIs.

mcharmas commented 6 years ago

You can safely use newest GMS version. Change in implementation details is coming.