From a789411b9028a5490779d2bbddb5fb6b27cad707 Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Fri, 17 Nov 2023 14:19:25 -0600 Subject: [PATCH] Update Bitwarden SDK to 0.3.1-20231116.203646-8 (#255) --- gradle/libs.versions.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 08def53bea..6f273ad797 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidxRoom = "2.6.0" 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.3.1-20231103.145900-2" +bitwardenSdk = "0.3.1-20231116.203646-8" detekt = "1.23.1" firebaseBom = "32.5.0" glide = "4.15.1"