Merge pull request #4033 from nextcloud/fix/noid/fido

Revert Fido to 4.1
This commit is contained in:
Andy Scherzinger 2024-07-29 13:26:54 +02:00 committed by GitHub
commit 7dd74ac613
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 7 additions and 1 deletions

View File

@ -146,7 +146,7 @@ ext {
coilKtVersion = "2.7.0"
daggerVersion = "2.51.1"
emojiVersion = "1.4.0"
fidoVersion = "4.4.0"
fidoVersion = "4.1.0-patch2"
lifecycleVersion = '2.8.4'
okhttpVersion = "4.12.0"
markwonVersion = "4.6.2"

View File

@ -9,4 +9,10 @@
"dependencies",
"3. to review"
],
"packageRules": [
{
"matchPackageNames": ["com.github.nextcloud-deps.hwsecurity"],
"autoMerge": false
}
],
}