Releases: Mauin/RxFingerprint
Releases · Mauin/RxFingerprint
v1.2.1
Dependency updates:
- #12 Update used RxJava version to v1.2.1
Internal changes:
- #14 Replaces usages of Emitter with Subscriber again as it's Experimental state can cause issues with clients that use different RxJava versions than the library.
v1.2.0
This release fixes an issue with the Fingerprint API which could cause issues with RxFingerprint calls on rotation.
Fixed issues:
- #13 Discourage use of Application Context
v1.1.1
Updates Support Library to v24.2.0.
Slims down dependencies by only using the part of the v4 support library that is actually needed.
v1.1.0
This release contains the following things:
- Update dependencies
- Use Observable#fromAsync instead of Observable#create
- Hides some classes