diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-01-24 18:34:44 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-24 18:34:44 +0000 |
commit | c6f2d84d9f9226d98707c963cfac5f0689e2f161 (patch) | |
tree | 035dcdc8b341a1fc40ffc65b5ac8b122cf934300 /gradle | |
parent | 3850ab9c4c203398325a5fb337830ebd1c777831 (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2024
Diffstat (limited to 'gradle')
-rw-r--r-- | gradle/libs.versions.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index f891ffaf..2a816ae7 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -52,7 +52,7 @@ build-okhttp = "com.squareup.okhttp3:okhttp:4.12.0" build-r8 = "com.android.tools:r8:8.2.42" build-semver = "com.vdurmont:semver4j:3.1.0" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.2.0" -compose-bom = "androidx.compose:compose-bom:2023.10.01" +compose-bom = "androidx.compose:compose-bom:2024.01.00" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material3 = { module = "androidx.compose.material3:material3" } |