Update Bitwarden SDK to 0.4.0-20240108.121805-25 (#531)

This commit is contained in:
Brian Yencho 2024-01-08 09:19:35 -06:00 committed by Álison Fernandes
parent 0ff580ec78
commit 7cfdddaa81
2 changed files with 2 additions and 2 deletions

View file

@ -36,7 +36,7 @@ fun Send.toEncryptedNetworkSend(): SendJsonRequest =
private fun SendFile.toNetworkSendFile(): SyncResponseJson.Send.File =
SyncResponseJson.Send.File(
fileName = fileName,
size = size.toInt(),
size = size?.toInt(),
sizeName = sizeName,
id = id,
)

View file

@ -24,7 +24,7 @@ androidxRoom = "2.6.1"
androidxSplash = "1.1.0-alpha02"
# Once the app and SDK reach a critical point of completeness we should begin fixing the version
# here (BIT-311).
bitwardenSdk = "0.4.0-20240105.142307-15"
bitwardenSdk = "0.4.0-20240108.121805-25"
crashlytics = "2.9.9"
detekt = "1.23.1"
firebaseBom = "32.7.0"