From 49d71627c70eaf568e79ff75cce8fbbaca0bb29e Mon Sep 17 00:00:00 2001 From: Brian Yencho Date: Fri, 3 Nov 2023 09:15:51 -0500 Subject: [PATCH] Unpin the SDK version and use SNAPSHOT (#204) --- 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 53d13f1cf..c0d985058 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -23,7 +23,7 @@ androidxRoom = "2.5.2" 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-20231102.172014-25" +bitwardenSdk = "0.3.1-SNAPSHOT" detekt = "1.23.1" firebaseBom = "32.3.1" glide = "4.15.1"