Update SDK to 2.0.0-5002-7f4059e7 (#6481)

Co-authored-by: bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com>
Co-authored-by: Carlos Gonçalves <cgoncalves@bitwarden.com>
This commit is contained in:
bw-ghapp[bot]
2026-02-09 14:15:16 +00:00
committed by GitHub
co-authored by bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com> Carlos Gonçalves
parent 071d3c8cd5
commit e615bdbea5
3 changed files with 3 additions and 1 deletions
@@ -94,6 +94,7 @@ fun SyncResponseJson.Send.toEncryptedSdkSend(): Send =
deletionDate = deletionDate.toInstant(),
expirationDate = expirationDate?.toInstant(),
emails = null,
emailHashes = null,
authType = AuthType.NONE,
)
@@ -32,6 +32,7 @@ fun createMockSdkSend(
deletionDate = ZonedDateTime.parse("2023-10-27T12:00:00Z").toInstant(),
expirationDate = ZonedDateTime.parse("2023-10-27T12:00:00Z").toInstant(),
emails = null,
emailHashes = null,
authType = AuthType.NONE,
)
+1 -1
View File
@@ -30,7 +30,7 @@ androidxRoom = "2.8.4"
androidxSecurityCrypto = "1.1.0"
androidxSplash = "1.2.0"
androidxWork = "2.11.1"
bitwardenSdk = "2.0.0-4872-065ef30b"
bitwardenSdk = "2.0.0-5002-7f4059e7"
crashlytics = "3.0.6"
detekt = "1.23.8"
firebaseBom = "34.8.0"