mirror of
https://github.com/bitwarden/android.git
synced 2026-08-26 22:04:07 -05:00
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:
co-authored by
bw-ghapp[bot] <178206702+bw-ghapp[bot]@users.noreply.github.com>
Carlos Gonçalves
parent
071d3c8cd5
commit
e615bdbea5
+1
@@ -94,6 +94,7 @@ fun SyncResponseJson.Send.toEncryptedSdkSend(): Send =
|
||||
deletionDate = deletionDate.toInstant(),
|
||||
expirationDate = expirationDate?.toInstant(),
|
||||
emails = null,
|
||||
emailHashes = null,
|
||||
authType = AuthType.NONE,
|
||||
)
|
||||
|
||||
|
||||
+1
@@ -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,
|
||||
)
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user