summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-05-04 01:33:24 +0530
committerGitHub <noreply@github.com>2023-05-04 01:33:24 +0530
commit3356842ada044e8ec8d5924d99a0fca74ffce299 (patch)
treeb06fd69fe84816d99015b588e1b0335d8203fa5c
parent54c6e897acd51cc6c222a0c0890fd9e6af8ddf3b (diff)
fix(deps): update dependency androidx.compose:compose-bom to v2023.05.00 (#2501)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--gradle/libs.versions.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml
index 07cd2d82..f1600366 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -51,7 +51,7 @@ build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:
build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.0"
build-versions = "com.github.ben-manes:gradle-versions-plugin:0.46.0"
compose-animation = { module = "androidx.compose.animation:animation" }
-compose-bom = "androidx.compose:compose-bom:2023.04.01"
+compose-bom = "androidx.compose:compose-bom:2023.05.00"
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
compose-hilt = "androidx.hilt:hilt-navigation-compose:1.0.0"