From 0abc8886a65bbf276f21cc6f25bd2442ebc2034b Mon Sep 17 00:00:00 2001 From: David Perez Date: Mon, 4 Dec 2023 09:46:58 -0600 Subject: [PATCH] Update the Bitwarden SDK (#312) --- gradle/libs.versions.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f94e83d29c..487a6807aa 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-20231127.121400-20" +bitwardenSdk = "0.3.1-20231204.104103-8" detekt = "1.23.1" firebaseBom = "32.5.0" glide = "4.15.1" @@ -49,7 +49,7 @@ zxing = "3.5.2" [libraries] # Format: - androidx-activity-compose = { module = "androidx.activity:activity-compose", version.ref = "androidxActivity" } -androidx-browser = {module = "androidx.browser:browser", version.ref = "androidxBrowser"} +androidx-browser = { module = "androidx.browser:browser", version.ref = "androidxBrowser" } androidx-compose-animation = { module = "androidx.compose.animation:animation" } androidx-compose-bom = { module = "androidx.compose:compose-bom", version.ref = "androidxComposeBom" } androidx-compose-material3 = { module = "androidx.compose.material3:material3", version.ref = "androidxComposeMaterial3" } @@ -82,7 +82,7 @@ google-hilt-compiler = { module = "com.google.dagger:hilt-android-compiler", ver jakewharton-retrofit-kotlinx-serialization = { module = "com.jakewharton.retrofit:retrofit2-kotlinx-serialization-converter", version.ref = "retrofitKotlinxSerialization" } junit-junit5 = { module = "org.junit.jupiter:junit-jupiter", version.ref = "junit5" } junit-vintage = { module = "org.junit.vintage:junit-vintage-engine", version.ref = "junit5" } -kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable"} +kotlinx-collections-immutable = { module = "org.jetbrains.kotlinx:kotlinx-collections-immutable", version.ref = "kotlinxCollectionsImmutable" } kotlinx-coroutines-android = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-android", version.ref = "kotlinxCoroutines" } kotlinx-coroutines-test = { module = "org.jetbrains.kotlinx:kotlinx-coroutines-test", version.ref = "kotlinxCoroutines" } kotlinx-serialization = { module = "org.jetbrains.kotlinx:kotlinx-serialization-json", version.ref = "kotlinxSerialization" }