Releases: Tractive/Android-ReactiveLocation
Releases · Tractive/Android-ReactiveLocation
Fix cleartext HTTP
Migrate from compile to implementation
2.3.1 Migrate from compile to implementation
Add missing Key definition
Merge pull request #1 from Tractive/fix-missing-key Add missing Key to fix build
Add Listener null check to fix Android 12 issue
We have the following issue:
This used to be an issue for a long time now, was mostly fixed though (we had a missing onError in an Observable). However with Android 12 suddenly this issue reappeared a lot more than it used to.
Since the base library has not been touched, we forked this fix for our issue from fwith's repo.