enable webauthn feature

This commit is contained in:
Fabian Freund
2025-08-13 19:43:44 +02:00
parent 73055b4f80
commit 1602670277
2 changed files with 16 additions and 0 deletions
@@ -126,6 +126,7 @@ dependencies {
implementation "org.mozilla.components:feature-sitepermissions:$mozillaComponentsVersion"
implementation "org.mozilla.components:feature-webcompat:$mozillaComponentsVersion"
implementation "org.mozilla.components:feature-webnotifications:$mozillaComponentsVersion"
implementation "org.mozilla.components:feature-webauthn:$mozillaComponentsVersion"
implementation "org.mozilla.components:ui-widgets:$mozillaComponentsVersion"
implementation 'androidx.coordinatorlayout:coordinatorlayout:1.3.0'