From ffca829811f1e30016215c0239f0b2b6d64230d2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:53:21 +0000 Subject: [PATCH] fix(deps): update dependency androidx.compose:compose-bom to v2023.10.01 --- mifospay/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mifospay/build.gradle b/mifospay/build.gradle index 6694eed99..ea491824d 100644 --- a/mifospay/build.gradle +++ b/mifospay/build.gradle @@ -77,7 +77,7 @@ dependencies { implementation("androidx.core:core-splashscreen:1.0.1") // Compose - implementation(platform("androidx.compose:compose-bom:2023.03.00")) + implementation(platform("androidx.compose:compose-bom:2023.10.01")) implementation("androidx.compose.ui:ui") implementation("androidx.compose.ui:ui-graphics") implementation("androidx.compose.ui:ui-tooling-preview")