mirror of
https://github.com/bitwarden/android.git
synced 2026-03-19 13:36:39 -05:00
Update Bitwarden SDK to 0.4.0-20240108.121805-25 (#531)
This commit is contained in:
committed by
Álison Fernandes
parent
0ff580ec78
commit
7cfdddaa81
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user