mirror of
https://github.com/bitwarden/android.git
synced 2026-08-24 14:28:58 -05:00
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:
co-authored by
bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com>
parent
73f1e2c645
commit
dbb27c1cd0
@@ -709,6 +709,7 @@ class VaultLockManagerImpl(
|
||||
is InitUserCryptoMethod.KeyConnectorUrl,
|
||||
is InitUserCryptoMethod.Pin,
|
||||
is InitUserCryptoMethod.PinEnvelope,
|
||||
is InitUserCryptoMethod.PinState,
|
||||
-> return
|
||||
}
|
||||
|
||||
|
||||
+1
@@ -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"
|
||||
}
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user