From 6963f2edb5dc1b457845d9965c70d8f522a1b34b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 18:16:11 +0000 Subject: [PATCH] Update dependency androidx.compose:compose-bom to v2023.10.01 --- app/build.gradle.kts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 8b50005..1305443 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -46,7 +46,7 @@ android { dependencies { implementation("androidx.navigation:navigation-runtime-ktx:2.6.0") - val composeBom = platform("androidx.compose:compose-bom:2023.06.01") + val composeBom = platform("androidx.compose:compose-bom:2023.10.01") implementation(composeBom) implementation(project(":gallery-picker")) implementation("androidx.activity:activity-compose:1.7.2")