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:
bw-ghapp[bot] 2025-11-21 22:07:08 +00:00 committed by GitHub
parent a395f28eba
commit a75d904317
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 1 deletions

View File

@ -391,6 +391,7 @@ fun SyncResponseJson.Cipher.toEncryptedSdkCipher(): Cipher =
deletedDate = deletedDate?.toInstant(),
revisionDate = revisionDate.toInstant(),
archivedDate = archivedDate?.toInstant(),
data = null,
)
/**

View File

@ -62,6 +62,7 @@ fun createMockSdkCipher(number: Int, clock: Clock = FIXED_CLOCK): Cipher =
organizationUseTotp = false,
viewPassword = false,
localData = null,
data = null,
)
/**

View File

@ -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"