mirror of
https://github.com/bitwarden/android.git
synced 2026-04-27 19:38:42 -05:00
Update SDK to 2.0.0-4373-3c666766 (#6311)
Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com> Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com>
This commit is contained in:
@@ -710,7 +710,6 @@ class VaultLockManagerImpl(
|
||||
is InitUserCryptoMethod.DecryptedKey,
|
||||
is InitUserCryptoMethod.DeviceKey,
|
||||
is InitUserCryptoMethod.KeyConnector,
|
||||
is InitUserCryptoMethod.Password,
|
||||
is InitUserCryptoMethod.Pin,
|
||||
is InitUserCryptoMethod.PinEnvelope,
|
||||
-> return
|
||||
|
||||
@@ -15,9 +15,4 @@ val InitUserCryptoMethod.logTag: String
|
||||
is InitUserCryptoMethod.Pin -> "Pin"
|
||||
is InitUserCryptoMethod.PinEnvelope -> "Pin Envelope"
|
||||
is InitUserCryptoMethod.MasterPasswordUnlock -> "Master Password Unlock"
|
||||
is InitUserCryptoMethod.Password -> {
|
||||
// PM-27290: InitUserCryptoMethod.Password will be removed from the SDK in a future
|
||||
// release. This else branch can be cleaned up afterwards.
|
||||
throw IllegalArgumentException("Unsupported InitUserCryptoMethod: $this")
|
||||
}
|
||||
}
|
||||
|
||||
@@ -30,7 +30,7 @@ androidxRoom = "2.8.4"
|
||||
androidxSecurityCrypto = "1.1.0"
|
||||
androidxSplash = "1.2.0"
|
||||
androidxWork = "2.11.0"
|
||||
bitwardenSdk = "2.0.0-4254-6c954013"
|
||||
bitwardenSdk = "2.0.0-4373-3c666766"
|
||||
crashlytics = "3.0.6"
|
||||
detekt = "1.23.8"
|
||||
firebaseBom = "34.5.0"
|
||||
|
||||
Reference in New Issue
Block a user