Open
Description
Currently, the plugin sets the minimum SDK version to 28, which makes it impossible to use in apps that support lower Android versions (e.g., minSdkVersion 23).
I understand that Android's native passkey support is only available on API 28+, but instead of forcing all apps to use minSdk 28, I suggest allowing a lower minSdk (like 23) and throwing a runtime exception (e.g., PasskeyUnsupportedException
) when any passkey-related API is called on unsupported versions.
This would give developers the flexibility to support older Android versions while still safely using the plugin with appropriate version checks.
Metadata
Metadata
Assignees
Labels
No labels