Skip to content

Commit

Permalink
Bump hwsecurity-fido from 2.4.5 to 4.1.0-patch2
Browse files Browse the repository at this point in the history
Signed-off-by: Andy Scherzinger <[email protected]>
  • Loading branch information
AndyScherzinger committed Dec 16, 2023
1 parent c5b7b53 commit 9e9b0f4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -145,6 +145,7 @@ ext {
coilKtVersion = "2.5.0"
daggerVersion = "2.49"
emojiVersion = "1.4.0"
fidoVersion = "4.1.0-patch2"
lifecycleVersion = '2.6.2'
okhttpVersion = "4.12.0"
markwonVersion = "4.6.2"
Expand Down Expand Up @@ -252,7 +253,8 @@ dependencies {
implementation "io.coil-kt:coil-svg:${coilKtVersion}"
implementation 'com.github.natario1:Autocomplete:v1.1.0'

implementation 'com.github.cotechde.hwsecurity:hwsecurity-fido:2.4.5'
implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido:${fidoVersion}"
implementation "com.github.nextcloud-deps.hwsecurity:hwsecurity-fido2:${fidoVersion}"

implementation 'com.novoda:merlin:1.2.1'

Expand Down

0 comments on commit 9e9b0f4

Please sign in to comment.