Improved performance, Android 16 support and Biometric Prompt
· One min read
We have released new patch version 3.20.5 for the Android SDK.
Patch overview
- Adds support for Android 16 (
targetSdkVersion 36).- This avoids potential build warnings for apps targeting Android 16.
- Improves performance.
- SDK calls are now faster, with
startAuthentication()calls now up to 2.5 times faster. - The
AndroidLoggingControllerclass that provides logging of API calls for development purposes now includes the logging time used by the call.
- SDK calls are now faster, with
- Removes BiometricPrompt workaround for previous OnePlus phone bug.
- This avoids a problem that could occur with wrong biometrics on newer or updated OnePlus phones, that would cause biometric authentication to abort with
clientErrorAndroidBiometricPromptAuthenticationFailedinstead of letting the user retry.
- This avoids a problem that could occur with wrong biometrics on newer or updated OnePlus phones, that would cause biometric authentication to abort with
Affected versions
If your app uses an affected version of the SDK, then you should upgrade it to use the latest, patched version:
| Affected versions | Patched version |
|---|---|
| 3.20.4 and earlier | 3.20.5 |
How to upgrade
For the latest features and security improvements, you need to upgrade your mobile app to use the most recent version of the SDK.
To learn how to do this, see our Upgrade guide.