From aba0f7d4d3d7cf57c94e96b845ffc5e49a66985d Mon Sep 17 00:00:00 2001 From: Zane Schepke Date: Sun, 16 Mar 2025 02:05:55 -0400 Subject: [PATCH] chore: bump deps --- gradle/libs.versions.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index a1af22ef..2c31e0eb 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -15,7 +15,7 @@ junit = "4.13.2" kotlinx-serialization-json = "1.8.0" lifecycle-runtime-compose = "2.8.7" material3 = "1.3.1" -navigationCompose = "2.8.8" +navigationCompose = "2.8.9" pinLockCompose = "1.0.4" roomVersion = "2.6.1" timber = "5.0.1" @@ -23,7 +23,7 @@ tunnel = "1.2.7" androidGradlePlugin = "8.8.0-alpha05" kotlin = "2.1.10" ksp = "2.1.10-1.0.31" -composeBom = "2025.02.00" +composeBom = "2025.03.00" compose = "1.7.8" workRuntimeKtxVersion = "2.10.0" zxingAndroidEmbedded = "4.3.0"