mirror of
https://github.com/bitwarden/android.git
synced 2025-12-10 08:35:05 -06:00
Update SDK to 1.0.0-3674-c60a5d79 (#6064)
Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com> Co-authored-by: Patrick Honkonen <phonkonen@bitwarden.com> Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com>
This commit is contained in:
parent
a395f28eba
commit
a75d904317
@ -391,6 +391,7 @@ fun SyncResponseJson.Cipher.toEncryptedSdkCipher(): Cipher =
|
||||
deletedDate = deletedDate?.toInstant(),
|
||||
revisionDate = revisionDate.toInstant(),
|
||||
archivedDate = archivedDate?.toInstant(),
|
||||
data = null,
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
@ -62,6 +62,7 @@ fun createMockSdkCipher(number: Int, clock: Clock = FIXED_CLOCK): Cipher =
|
||||
organizationUseTotp = false,
|
||||
viewPassword = false,
|
||||
localData = null,
|
||||
data = null,
|
||||
)
|
||||
|
||||
/**
|
||||
|
||||
@ -30,7 +30,7 @@ androidxRoom = "2.8.3"
|
||||
androidxSecurityCrypto = "1.1.0"
|
||||
androidxSplash = "1.2.0"
|
||||
androidxWork = "2.11.0"
|
||||
bitwardenSdk = "1.0.0-3436-2a00b727"
|
||||
bitwardenSdk = "1.0.0-3674-c60a5d79"
|
||||
crashlytics = "3.0.6"
|
||||
detekt = "1.23.8"
|
||||
firebaseBom = "34.5.0"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user