authpass / biometric_storage

Flutter plugin to store data behind biometric authentication (ie. fingerprint)
https://pub.dev/packages/biometric_storage
MIT License
183 stars 107 forks source link

enable building on jdk 17 and up #118

Closed connyduck closed 4 months ago

connyduck commented 4 months ago

This change makes it possible to build biometric_storage for Android with any JDK >= 17. Without this change 17 is required, preventing it to be build on e.g JDK 21.

closes #117

CLAassistant commented 4 months ago

CLA assistant check
All committers have signed the CLA.