mirror of
https://github.com/bitwarden/android.git
synced 2024-10-31 15:15:34 +03:00
Update Bitwarden SDK to 0.4.0-20240108.121805-25 (#531)
This commit is contained in:
parent
0ff580ec78
commit
7cfdddaa81
2 changed files with 2 additions and 2 deletions
|
@ -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,
|
||||
)
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue