smstuebe / xamarin-fingerprint

Xamarin and MvvMCross plugin for authenticate a user via fingerprint sensor
Microsoft Public License
490 stars 115 forks source link

Update to Xamarin.AndroidX.Biometric 1.1.0 #206

Closed Seuleuzeuh closed 3 years ago

Seuleuzeuh commented 3 years ago

Description

I've not made the update to 1.1.01 of AndroidX.Biometric cause of the Typo issue mentioned in this comment.

Small change due to AndroidX.Biometric Update + securing access to the mLifecycleObserver field. Maybe the entire method TryReleaseLifecycleObserver can be removed with this package update.

Fixes

Seuleuzeuh commented 3 years ago

I think the CI is broken. I've double check in my workspace, and no error on build.

smstuebe commented 3 years ago

Yes. I'm currently investigating the issue. Something is missing on the latest azure devops build agent. Local build is fine here, too,

image

smstuebe commented 3 years ago

Thanks :)