aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-07 02:39:08 +0530
committerGitHub <noreply@github.com>2024-03-06 21:09:08 +0000
commita939e17870350e7ca44f40ff21db0d061d1f2b0a (patch)
treea4ebe35fad94a91f45467027e7d4ce182f4df7a4
parent3d8e7200e03eeeaab013a0c66c9187557bb09125 (diff)
fix(deps): update dependency androidx.compose:compose-bom to v2024.02.02 (#2938)
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 4b815a18..9d5ae8c5 100644
--- a/gradle/libs.versions.toml
+++ b/gradle/libs.versions.toml
@@ -50,7 +50,7 @@ build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0"
build-r8 = "com.android.tools:r8:8.2.47"
build-semver = "com.vdurmont:semver4j:3.1.0"
build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.1"
-compose-bom = "androidx.compose:compose-bom:2024.02.01"
+compose-bom = "androidx.compose:compose-bom:2024.02.02"
compose-foundation-core = { module = "androidx.compose.foundation:foundation" }
compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" }
compose-material3 = { module = "androidx.compose.material3:material3" }