From 2151b5dc6a373a449f032d64b356d32313dd62f0 Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Wed, 31 Jan 2024 08:55:01 -0600 Subject: [PATCH] Update Bitwarden SDK to 0.4.0-20240131.132449-88 (#893) --- gradle/libs.versions.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index d737532f44..406bd24619 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -26,9 +26,7 @@ androidXSecurityCrypto = "1.1.0-alpha06" androidxSplash = "1.1.0-alpha02" androidXAppCompat = "1.6.1" androdixAutofill = "1.1.0" -# Once the app and SDK reach a critical point of completeness we should begin fixing the version -# here (BIT-311). -bitwardenSdk = "0.4.0-20240124.173807-65" +bitwardenSdk = "0.4.0-20240131.132449-88" crashlytics = "2.9.9" detekt = "1.23.1" firebaseBom = "32.7.0"