diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-02-22 10:39:05 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-02-22 05:09:05 +0000 |
commit | fae1a56a92f1267cd053774f7c866caef63f9a56 (patch) | |
tree | b7a116db17ee24130c2bd32d2a81caa390ce5e50 | |
parent | e2fc34efb7a48067fd0456493e934128575e6785 (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2024.02.01 (#2914)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-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 6633e16e..51efc7e1 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.47" build-semver = "com.vdurmont:semver4j:3.1.0" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.3.0" -compose-bom = "androidx.compose:compose-bom:2024.02.00" +compose-bom = "androidx.compose:compose-bom:2024.02.01" compose-foundation-core = { module = "androidx.compose.foundation:foundation" } compose-foundation-layout = { module = "androidx.compose.foundation:foundation-layout" } compose-material3 = { module = "androidx.compose.material3:material3" } |