deps: Update the Bitwarden SDK to address breaking change (#6820)

This commit is contained in:
David Perez
2026-04-22 13:15:47 -05:00
committed by GitHub
parent 72c6310f95
commit 985562eb61
2 changed files with 2 additions and 1 deletions

View File

@@ -34,6 +34,7 @@ class SdkRepositoryFactoryImpl(
authDiskSource = authDiskSource,
),
ephemeralPinEnvelopeState = null,
organizationSharedKey = null,
)
override fun getClientManagedTokens(

View File

@@ -30,7 +30,7 @@ androidxRoom = "2.8.4"
androidxSecurityCrypto = "1.1.0"
androidxSplash = "1.2.0"
androidxWork = "2.11.2"
bitwardenSdk = "2.0.0-6216-92bfeaa8"
bitwardenSdk = "2.0.0-6312-3e1ead66"
crashlytics = "3.0.7"
detekt = "1.23.8"
firebaseBom = "34.12.0"