Update SDK to 3.0.0-6774-0a0f5faf (#6895)

Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com>
This commit is contained in:
bw-ghapp[bot]
2026-05-12 14:27:26 +00:00
committed by GitHub
co-authored by bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com>
parent 73f1e2c645
commit dbb27c1cd0
3 changed files with 3 additions and 1 deletions
@@ -709,6 +709,7 @@ class VaultLockManagerImpl(
is InitUserCryptoMethod.KeyConnectorUrl,
is InitUserCryptoMethod.Pin,
is InitUserCryptoMethod.PinEnvelope,
is InitUserCryptoMethod.PinState,
-> return
}
@@ -14,6 +14,7 @@ val InitUserCryptoMethod.logTag: String
is InitUserCryptoMethod.KeyConnector -> "Key Connector"
is InitUserCryptoMethod.Pin -> "Pin"
is InitUserCryptoMethod.PinEnvelope -> "Pin Envelope"
is InitUserCryptoMethod.PinState -> "Pin State"
is InitUserCryptoMethod.KeyConnectorUrl -> "Key Connector Url"
is InitUserCryptoMethod.MasterPasswordUnlock -> "Master Password Unlock"
}
+1 -1
View File
@@ -30,7 +30,7 @@ androidxRoom = "2.8.4"
androidxSecurityCrypto = "1.1.0"
androidxSplash = "1.2.0"
androidxWork = "2.11.2"
bitwardenSdk = "2.0.0-6704-572d8857"
bitwardenSdk = "3.0.0-6774-0a0f5faf"
crashlytics = "3.0.7"
detekt = "1.23.8"
firebaseBom = "34.13.0"