You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#13 Adds the possibility to use the androidx biometric prompt api (wrapped in the BiometricAuth RxJava interface). Use BiometricAuth.create(activity, useAndroidXBiometricPrompt = true) if you want to use the androidx implementation.
#14 Changes the activity parameter type of BiometricAuth.create to FragmentActivity (which is the parent class of `AppCompatActivity, which it was before)
With those changes v1.3.0 is still binary compatible with v1.2.0.