Skip to main content

Android Secure Components v3.11.0

· One min read

Drop-in upgrade from 3.10.x — no breaking public API changes.

Added

  • French (fr) localization — all SDK UI strings are now available in French.

Changed

  • Biometric enrollment behavior — if biometrics is disabled for a project, the enrollment UI is no longer shown. Enrollment completes immediately with WeavrEnrollmentResult.FailedToLoadBrand. Ensure your completion callback handles this case.

Removed

  • Third-party PDF dependency io.github.afreakyelf:Pdf-Viewer. If your app added ProGuard keep rules for this library, you can remove them.