v1.1.4
- Fix exposed style to fix marshmallow cancel button background color.
This is now possible using e.g.:
<style name="BiometricCancelButtonStyle" parent="Widget.AppCompat.Button.Borderless">
<item name="colorAccent">#FFFFFF</item>
<item name="colorPrimary">#FFFFFF</item>
</style>