diff options
author | renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> | 2024-09-11 08:01:24 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-11 02:31:24 +0000 |
commit | c1e563450db76c6c025b12c0b697647f9251e8cf (patch) | |
tree | 0f3d99f80a297f0295c2308b21f3438e584191c0 | |
parent | fd0e95afbe8e84c9eb2fba2f413f98fe29215b54 (diff) |
fix(deps): update dependency androidx.compose:compose-bom to v2024.09.01 (#3206)
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 7962fbe1..9a972117 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -49,7 +49,7 @@ build-semver = "com.github.zafarkhaja:java-semver:0.10.2" build-sentry = "io.sentry.android.gradle:io.sentry.android.gradle.gradle.plugin:4.11.0" build-spotless = "com.diffplug.spotless:spotless-plugin-gradle:7.0.0.BETA2" build-vcu = "nl.littlerobots.version-catalog-update:nl.littlerobots.version-catalog-update.gradle.plugin:0.8.4" -compose-bom = "androidx.compose:compose-bom:2024.09.00" +compose-bom = "androidx.compose:compose-bom:2024.09.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" } |